blob: 2164b28b46422268e3fcad78d36e00c80b8bed1b [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">
13 <name>android.hardware.radio.messaging</name>
14 <fqname>IRadioMessaging/slot1</fqname>
15 </hal>
Tomasz Wasilczykfb10e002021-10-28 13:22:47 -070016 <hal format="aidl">
17 <name>android.hardware.radio.sim</name>
18 <fqname>IRadioSim/slot1</fqname>
19 </hal>
Tomasz Wasilczyk1f16d3a2021-10-25 20:20:49 -070020-->
Tomasz Wasilczyk6301e8f2021-10-18 16:53:40 -070021</manifest>