summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-common.mk1
-rw-r--r--vintf.xml8
2 files changed, 9 insertions, 0 deletions
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 @@
+<manifest version="1.0">
+ <hal format="hidl">
+ <name>android.hardware.bluetooth</name>
+ <transport>hwbinder</transport>
+ <impl level="generic"></impl>
+ <version>1.0</version>
+ </hal>
+</manifest>