sm6375-common: Fix VINTF Compatibility check

* We're already inheriting these from QTI FCM. So it throws error while running VINTF check since these are only defined in manifest and not in device FCM.

Change-Id: If3c68b027fe7337ed2bc936f0035477ccca4d9b6
This commit is contained in:
Anand S 2024-11-12 12:08:26 +05:30
parent f125b49b3b
commit 8451ea6b97
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -90,15 +90,6 @@
<fqname>@1.5::IRadio/slot1</fqname>
<fqname>@1.5::IRadio/slot2</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.radio.config</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IRadioConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
@ -588,15 +579,5 @@
<instance>imsrtpservice</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.qccsyshal</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IQccsyshal</name>
<instance>qccsyshal</instance>
</interface>
<fqname>@1.2::IQccsyshal/qccsyshal</fqname>
</hal>
<kernel target-level="5"/>
</manifest>