Skip to content
Snippets Groups Projects
Commit f61d0bf7 authored by Srinu Jella's avatar Srinu Jella Committed by Dhina17
Browse files

onclite: 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: default avatarDhina17 <dhinalogu@gmail.com>
parent abd07ac9
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IBluetoothAudioProvidersFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport>hwbinder</transport>
......@@ -320,15 +329,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>com.qualcomm.qti.bluetooth_audio</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothAudio</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>com.qualcomm.qti.dpm.api</name>
<transport>hwbinder</transport>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment