Spacewar: add various missing manifest hal entries

android.hardware.audio.effect.IFactory/default in the VINTF manifest. No alternative instances declared in VINTF
android.hardware.gatekeeper.IGatekeeper/default in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.alarm.IAlarm/default in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.am.IQcRilAudio/slot1 in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.am.IQcRilAudio/slot2 in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.ims.IImsRadio/imsradio0 in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.ims.IImsRadio/imsradio1 in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.qcrilhook.IQtiOemHook/oemhook0 in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.qcrilhook.IQtiOemHook/oemhook1 in the VINTF manifest. No alternative instances declared in VINTF
vendor.qti.hardware.radio.qtiradio.IQtiRadioStable/slot1 in the VINTF manifest. No alternative instances declared in VINTF
This commit is contained in:
mayuresh
2025-06-12 12:52:14 +05:30
committed by nyxalune
parent 0bef29cbf0
commit 6adf374d18

View File

@@ -8,6 +8,11 @@
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<fqname>@6.0::IEffectsFactory/default</fqname>
<version>6.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
@@ -22,6 +27,11 @@
<hal format="hidl">
<name>android.hardware.gatekeeper</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGatekeeper</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IGatekeeper/default</fqname>
</hal>
<hal format="hidl">
@@ -94,6 +104,11 @@
<hal format="hidl">
<name>vendor.qti.hardware.alarm</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAlarm</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IAlarm/default</fqname>
</hal>
<hal format="hidl">
@@ -176,12 +191,24 @@
<hal format="hidl">
<name>vendor.qti.hardware.radio.am</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IQcRilAudio</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
<fqname>@1.0::IQcRilAudio/slot1</fqname>
<fqname>@1.0::IQcRilAudio/slot2</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.ims</name>
<transport>hwbinder</transport>
<version>1.7</version>
<interface>
<name>IImsRadio</name>
<instance>imsradio0</instance>
<instance>imsradio1</instance>
</interface>
<fqname>@1.7::IImsRadio/imsradio0</fqname>
<fqname>@1.7::IImsRadio/imsradio1</fqname>
</hal>
@@ -199,18 +226,36 @@
<hal format="hidl">
<name>vendor.qti.hardware.radio.qcrilhook</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IQtiOemHook</name>
<instance>oemhook0</instance>
<instance>oemhook1</instance>
</interface>
<fqname>@1.0::IQtiOemHook/oemhook0</fqname>
<fqname>@1.0::IQtiOemHook/oemhook1</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.qtiradio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IQtiRadio</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
<fqname>@1.0::IQtiRadio/slot1</fqname>
<fqname>@1.0::IQtiRadio/slot2</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.qtiradio</name>
<transport>hwbinder</transport>
<version>2.6</version>
<interface>
<name>IQtiRadio</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
<fqname>@2.6::IQtiRadio/slot1</fqname>
<fqname>@2.6::IQtiRadio/slot2</fqname>
</hal>