sm6375-common: FCM: Add missing radio entries

* I servicemanager: Could not find android.hardware.radio.data.IRadioData/slot1 in the VINTF manifest. No alternative instances declared in VINTF.
* I servicemanager: Could not find android.hardware.radio.messaging.IRadioMessaging/slot1 in the VINTF manifest. No alternative instances declared in VINTF.
* I servicemanager: Could not find android.hardware.radio.modem.IRadioModem/slot1 in the VINTF manifest. No alternative instances declared in VINTF.
* I servicemanager: Could not find android.hardware.radio.network.IRadioNetwork/slot1 in the VINTF manifest. No alternative instances declared in VINTF.
* I servicemanager: Could not find android.hardware.radio.sim.IRadioSim/slot1 in the VINTF manifest. No alternative instances declared in VINTF.
* I servicemanager: Could not find android.hardware.radio.voice.IRadioVoice/slot1 in the VINTF manifest. No alternative instances declared in VINTF.
* I servicemanager: Could not find android.hardware.radio.ims.IRadioIms/slot1 in the VINTF manifest. No alternative instances declared in VINTF.

Change-Id: I909045ff3cf54c36b577c8e41807508af39d367b
This commit is contained in:
Anand S 2024-07-16 12:56:42 +05:30
parent f2321d6463
commit a775932992
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -58,6 +58,62 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.data</name>
<interface>
<name>IRadioData</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.ims</name>
<interface>
<name>IRadioIms</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.messaging</name>
<interface>
<name>IRadioMessaging</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.modem</name>
<interface>
<name>IRadioModem</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.network</name>
<interface>
<name>IRadioNetwork</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.sim</name>
<interface>
<name>IRadioSim</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.radio.voice</name>
<interface>
<name>IRadioVoice</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl" optional="true"> <hal format="hidl" optional="true">
<name>android.hardware.uwb</name> <name>android.hardware.uwb</name>
<version>1.0</version> <version>1.0</version>