sdm660-common: Cleanup BT A2DP HAL entries from manifest
- Removed HAL 1.0 entries from manifest as they are not supported. - Added Default A2DP HAL 2.0 entry to manifest. CRs-Fixed: 2472010 Change-Id: Id8da896c99ab0904158715dcf9a74ccf73b77895 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
ea5d850def
commit
91d0e89491
1 changed files with 5 additions and 5 deletions
10
manifest.xml
10
manifest.xml
|
@ -19,6 +19,11 @@
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.0::IBluetoothHci/default</fqname>
|
<fqname>@1.0::IBluetoothHci/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.bluetooth.audio</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@2.0::IBluetoothAudioProvidersFactory/default</fqname>
|
||||||
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.camera.provider</name>
|
<name>android.hardware.camera.provider</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
@ -166,11 +171,6 @@
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.1::IFactory/default</fqname>
|
<fqname>@1.1::IFactory/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>vendor.qti.hardware.bluetooth_audio</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.qti.hardware.bluetooth_sar</name>
|
<name>vendor.qti.hardware.bluetooth_sar</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
Loading…
Reference in a new issue