device/generic/common
Revisión | c2c5d7ff76232c338218c5f60a13fe2a719d404a (tree) |
---|---|
Tiempo | 2017-12-06 18:40:56 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Add HIDL HAL for Bluetooth
Set android.hardware.bluetooth@1.0 to binderized.
@@ -18,6 +18,15 @@ | ||
18 | 18 | </interface> |
19 | 19 | </hal> |
20 | 20 | <hal format="hidl"> |
21 | + <name>android.hardware.bluetooth</name> | |
22 | + <transport>hwbinder</transport> | |
23 | + <version>1.0</version> | |
24 | + <interface> | |
25 | + <name>IBluetoothHci</name> | |
26 | + <instance>default</instance> | |
27 | + </interface> | |
28 | + </hal> | |
29 | + <hal format="hidl"> | |
21 | 30 | <name>android.hardware.configstore</name> |
22 | 31 | <transport>hwbinder</transport> |
23 | 32 | <version>1.0</version> |
@@ -17,7 +17,9 @@ PRODUCT_PACKAGES += \ | ||
17 | 17 | |
18 | 18 | # Bluetooth HAL |
19 | 19 | PRODUCT_PACKAGES += \ |
20 | - android.hardware.bluetooth@1.0-impl | |
20 | + android.hardware.bluetooth@1.0-impl \ | |
21 | + android.hardware.bluetooth@1.0-service \ | |
22 | + libbt-vendor | |
21 | 23 | |
22 | 24 | # Camera HAL |
23 | 25 | #PRODUCT_PACKAGES += \ |