sm8550-common: vintf: Add Samsung bluetooth audio manifest entry

Change-Id: Ibc59f9712b227356867e31c121aca425e949eae2
This commit is contained in:
chaptsand
2024-12-28 14:26:40 +08:00
parent 220ebbfb07
commit 995d43f745
3 changed files with 14 additions and 1 deletions

View File

@@ -200,7 +200,6 @@ vendor/lib64/libsoc_helper.so
vendor/lib64/vendor.qti.hardware.bttpi-V2-ndk.so vendor/lib64/vendor.qti.hardware.bttpi-V2-ndk.so
# Bluetooth (A2DP) # Bluetooth (A2DP)
vendor/etc/vintf/manifest/bluetooth_audio.xml
vendor/lib64/btaudio_offload_if.so vendor/lib64/btaudio_offload_if.so
vendor/lib64/hw/android.hardware.bluetooth.audio-impl-qti.so vendor/lib64/hw/android.hardware.bluetooth.audio-impl-qti.so
vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so

View File

@@ -117,4 +117,11 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="aidl" optional="true">
<name>vendor.samsung.hardware.bluetooth.audio</name>
<interface>
<name>ISehBluetoothAudioProviderFactory</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix> </compatibility-matrix>

View File

@@ -61,4 +61,11 @@
</interface> </interface>
<fqname>ISehKeyMintFactory/default</fqname> <fqname>ISehKeyMintFactory/default</fqname>
</hal> </hal>
<hal format="aidl">
<name>vendor.samsung.hardware.bluetooth.audio</name>
<interface>
<name>ISehBluetoothAudioProviderFactory</name>
<instance>default</instance>
</interface>
</hal>
</manifest> </manifest>