Tomasz Wasilczyk | 6301e8f | 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 | 1f16d3a | 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"> |
Tomasz Wasilczyk | d2e7459 | 2021-11-02 12:14:52 -0700 | [diff] [blame^] | 13 | <name>android.hardware.radio.data</name> |
| 14 | <fqname>IRadioData/slot1</fqname> |
| 15 | </hal> |
| 16 | <hal format="aidl"> |
Tomasz Wasilczyk | 1f16d3a | 2021-10-25 20:20:49 -0700 | [diff] [blame] | 17 | <name>android.hardware.radio.messaging</name> |
| 18 | <fqname>IRadioMessaging/slot1</fqname> |
| 19 | </hal> |
Tomasz Wasilczyk | fb10e00 | 2021-10-28 13:22:47 -0700 | [diff] [blame] | 20 | <hal format="aidl"> |
| 21 | <name>android.hardware.radio.sim</name> |
| 22 | <fqname>IRadioSim/slot1</fqname> |
| 23 | </hal> |
Tomasz Wasilczyk | 1f16d3a | 2021-10-25 20:20:49 -0700 | [diff] [blame] | 24 | --> |
Tomasz Wasilczyk | 6301e8f | 2021-10-18 16:53:40 -0700 | [diff] [blame] | 25 | </manifest> |