Skip to content
Snippets Groups Projects
Commit b168f236 authored by Dhina17's avatar Dhina17
Browse files

onclite: manifest: Add QtiRadio 1.0

Fixes:
I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.radio.qtiradio@1.0::IQtiRadio/slot1 in either framework or device VINTF manifest.
E hwservicemanager: vendor.qti.hardware.radio.qtiradio@2.4::IQtiRadio/slot1 is in the VINTF manifest, but its superclass vendor.qti.hardware.radio.qtiradio@1.0::IQtiRadio is not. Refusing to register.

Change-Id: I501c3aea0bd7c6afc3d93eb83adcb77df8fced8d
parent 009800e8
No related branches found
No related tags found
No related merge requests found
...@@ -508,6 +508,16 @@ ...@@ -508,6 +508,16 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </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>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.qti.hardware.radio.qtiradio</name> <name>vendor.qti.hardware.radio.qtiradio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment