rodin: Sync with device changes

Change-Id: I39703bdef901ee5483539415fb7dbfc83f9009ec
Signed-off-by: Ido <dev.xyzuniverse@gmail.com>
This commit is contained in:
Ido
2026-04-28 16:23:15 +02:00
parent 6dcbffc343
commit 96b8b18029
41 changed files with 5809 additions and 211 deletions
@@ -0,0 +1,11 @@
<!--
Input:
vendor/mediatek/proprietary/hardware/audio/common/service/service_aidl/android.hardware.audio.effect.service-aidl.xml
-->
<manifest version="8.0" type="device">
<hal format="aidl">
<name>android.hardware.audio.effect</name>
<version>2</version>
<fqname>IFactory/default</fqname>
</hal>
</manifest>
@@ -0,0 +1,26 @@
<!--
Input:
vendor/mediatek/proprietary/hardware/audio/common/service/service_aidl/android.hardware.audio.service-aidl.xml
-->
<manifest version="8.0" type="device">
<hal format="aidl">
<name>android.hardware.audio.core</name>
<version>2</version>
<fqname>IModule/default</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.audio.core</name>
<version>2</version>
<fqname>IModule/r_submix</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.audio.core</name>
<version>2</version>
<fqname>IModule/bluetooth</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.audio.core</name>
<version>2</version>
<fqname>IConfig/default</fqname>
</hal>
</manifest>
@@ -0,0 +1,11 @@
<!--
Input:
vendor/mediatek/proprietary/hardware/connectivity/bluetooth/bluetooth_audio/android_aidl/bluetooth_audio.xml
-->
<manifest version="8.0" type="device">
<hal format="aidl">
<name>android.hardware.bluetooth.audio</name>
<version>4</version>
<fqname>IBluetoothAudioProviderFactory/default</fqname>
</hal>
</manifest>