blob: ac812fb91f6d4baa8ebc4b5cfdfb6e1f82e14544 [file] [log] [blame]
Tomasz Wasilczyk6301e8f2021-10-18 16:53:40 -07001<manifest version="1.0" type="device">
2 <hal format="aidl">
3 <name>android.hardware.radio.config</name>
4 <fqname>IRadioConfig/default</fqname>
5 </hal>
Tomasz Wasilczyk1f16d3a2021-10-25 20:20:49 -07006<!--
7 Instances other than config are configured per-device, depending on the slot count (framework
8 currently supports slot1, slot2 and slot3 instances) and Radio HALs device wishes to provide.
9 You can either copy the following tags to device manifest or simply uncomment them here for
10 quick testing.
11
12 <hal format="aidl">
Tomasz Wasilczykd2e74592021-11-02 12:14:52 -070013 <name>android.hardware.radio.data</name>
14 <fqname>IRadioData/slot1</fqname>
15 </hal>
16 <hal format="aidl">
Tomasz Wasilczyk1f16d3a2021-10-25 20:20:49 -070017 <name>android.hardware.radio.messaging</name>
18 <fqname>IRadioMessaging/slot1</fqname>
19 </hal>
Tomasz Wasilczykfb10e002021-10-28 13:22:47 -070020 <hal format="aidl">
21 <name>android.hardware.radio.sim</name>
22 <fqname>IRadioSim/slot1</fqname>
23 </hal>
Tomasz Wasilczyk1f16d3a2021-10-25 20:20:49 -070024-->
Tomasz Wasilczyk6301e8f2021-10-18 16:53:40 -070025</manifest>