1<manifest version="1.0" type="device"> 2 <hal format="aidl"> 3 <name>android.hardware.radio.config</name> 4 <fqname>IRadioConfig/default</fqname> 5 </hal> 6<!-- 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.data</name> 14 <fqname>IRadioData/slot1</fqname> 15 </hal> 16 <hal format="aidl"> 17 <name>android.hardware.radio.messaging</name> 18 <fqname>IRadioMessaging/slot1</fqname> 19 </hal> 20 <hal format="aidl"> 21 <name>android.hardware.radio.modem</name> 22 <fqname>IRadioModem/slot1</fqname> 23 </hal> 24 <hal format="aidl"> 25 <name>android.hardware.radio.network</name> 26 <fqname>IRadioNetwork/slot1</fqname> 27 </hal> 28 <hal format="aidl"> 29 <name>android.hardware.radio.sim</name> 30 <fqname>IRadioSim/slot1</fqname> 31 </hal> 32 <hal format="aidl"> 33 <name>android.hardware.radio.voice</name> 34 <fqname>IRadioVoice/slot1</fqname> 35 </hal> 36--> 37</manifest> 38