From e4a28299c9937f75117df55178b40d09c183d2a1 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 14 Feb 2017 08:56:53 -0800 Subject: hikey: Add the vintf.xml manifest file Bluetooth should default to the binderized HAL on hikey. Bug: 34645666 Bug: 33755377 Test: bluetooth_hidl_hal_test opens the manifest file Change-Id: Ia942d165e7be1e34d9a0a5d18bd575046707f5d9 --- device-common.mk | 1 + vintf.xml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 vintf.xml diff --git a/device-common.mk b/device-common.mk index de7a6070..c23f0b5b 100644 --- a/device-common.mk +++ b/device-common.mk @@ -73,6 +73,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ + device/linaro/hikey/vintf.xml:vendor/manifest.xml \ device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf diff --git a/vintf.xml b/vintf.xml new file mode 100644 index 00000000..bdd4753b --- /dev/null +++ b/vintf.xml @@ -0,0 +1,8 @@ + + + android.hardware.bluetooth + hwbinder + + 1.0 + + -- cgit v1.2.3