hikey: Add the vintf.xml manifest file
am: e4a28299c9

Change-Id: I379fb833c9b95b083f825219f0afb056ae8382f3
diff --git a/device-common.mk b/device-common.mk
index de7a607..c23f0b5 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -73,6 +73,7 @@
         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 0000000..bdd4753
--- /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>