Tomasz Wasilczyk | bff3b5b | 2021-10-18 16:53:40 -0700 | [diff] [blame] | 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> |
Tomasz Wasilczyk | 9ddc87f | 2021-10-25 20:20:49 -0700 | [diff] [blame^] | 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.messaging</name> |
| 14 | <fqname>IRadioMessaging/slot1</fqname> |
| 15 | </hal> |
| 16 | --> |
Tomasz Wasilczyk | bff3b5b | 2021-10-18 16:53:40 -0700 | [diff] [blame] | 17 | </manifest> |