[DO NOT MERGE]Add ewp and ext hal

Bug: 254206297
Test: build
Change-Id: I2265fb7169653ae159e76d41febc24ba3aa89eb1
This commit is contained in:
Ted Wang 2022-10-18 16:36:28 +08:00
parent 8ff8e9a100
commit 70fc2c8248

View file

@ -26,6 +26,15 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>hardware.google.bluetooth.ext</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothExt</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>hardware.google.bluetooth.ccc</name> <name>hardware.google.bluetooth.ccc</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
@ -35,4 +44,13 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>hardware.google.bluetooth.ewp</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothEwp</name>
<instance>default</instance>
</interface>
</hal>
</manifest> </manifest>