sdm845-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
This commit is contained in:
Srinu Jella 2019-06-20 18:36:12 +05:30 committed by Bruno Martins
parent d9865420b8
commit 012cefcef1

View File

@ -62,6 +62,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<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>
@ -354,15 +363,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<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>