mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Configure Apuware stack
Refs: 7a24215e7a/proprietary-files.txt (L14)
Co-authored-by: Woomymy <woomy@woomy.be>
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
4502d0692b
commit
b68902cc11
|
@ -66,6 +66,33 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.mediatek.hardware.apuware.apusys</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>INeuronApusys</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.mediatek.hardware.apuware.hmp</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IApuwareHmp</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.mediatek.hardware.apuware.utils</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IApuwareUtils</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.mediatek.hardware.bluetooth.audio</name>
|
||||
<version>2.0-2</version>
|
||||
|
|
|
@ -4,6 +4,22 @@
|
|||
vendor/lib/libaedv.so
|
||||
vendor/lib64/libaedv.so
|
||||
|
||||
# APU
|
||||
-vendor/etc/vintf/manifest/manifest_apuware_apusys.xml
|
||||
-vendor/etc/vintf/manifest/manifest_apuware_hmp.xml
|
||||
-vendor/etc/vintf/manifest/manifest_apuware_utils.xml
|
||||
vendor/lib64/APUWareApusysServer.so
|
||||
vendor/lib64/APUWareHmpServer.so
|
||||
vendor/lib64/APUWareUtilsServer.so
|
||||
vendor/lib64/libapu_mdw.so
|
||||
vendor/lib64/libapu_mdw_batch.so
|
||||
vendor/lib64/libapusys.so
|
||||
vendor/lib64/libapusys_edma.so
|
||||
vendor/lib64/vendor.mediatek.hardware.apuware.apusys@2.0.so
|
||||
vendor/lib64/vendor.mediatek.hardware.apuware.apusys@2.1.so
|
||||
vendor/lib64/vendor.mediatek.hardware.apuware.hmp@1.0.so
|
||||
vendor/lib64/vendor.mediatek.hardware.apuware.utils@2.0.so
|
||||
|
||||
# Audio
|
||||
vendor/lib/hw/audio.primary.mediatek.so
|
||||
vendor/lib/hw/audio.r_submix.mediatek.so
|
||||
|
|
Loading…
Reference in a new issue