blob: 781f2f41c811b7967d4b33c7a95a07511a85150e [file] [log] [blame]
Tomasz Wasilczykbff3b5b2021-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 Wasilczyk9ddc87f2021-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>
16-->
Tomasz Wasilczykbff3b5b2021-10-18 16:53:40 -070017</manifest>