device_lenovo_sdm710-common/vendor_override_manifest.xml
jjpprrrr 9e0bb715c6 kunlun2: drop soundtrigger hal
Co-authored-by: SamarV-121 <samarvispute121@gmail.com>
2021-02-05 20:11:54 +01:00

23 lines
737 B
XML

<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.atrace</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAtraceDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" override="true">
<name>android.hardware.power</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.perf</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
</hal>
</manifest>