Merge "[DO NOT MERGE]Add ewp and ext hal" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2022-10-19 06:33:35 +00:00 committed by Android (Google) Code Review
commit f7dd72f02c

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>