Initial changes for Bluetooth Bringup [2/2]

* Add Bluetooth xml permissions.
* Add Bluetooth HIDL services.
* Import other Bluetooth configs.
* Add ANT related modules.

Issue: FP3-A11#227
Change-Id: I004a6b70003f5fd0fe46b2f950453697cffcdf4a
diff --git a/device.mk b/device.mk
index 8f1f067..22bc3ed 100644
--- a/device.mk
+++ b/device.mk
@@ -200,7 +200,27 @@
 PRODUCT_PACKAGES += $(AUDIO_DLKM)
 
 
+# ANT
+PRODUCT_PACKAGES += \
+	AntHalService \
+	antradio_app \
+	com.dsi.ant@1.0 \
+	libantradio
+
 # Bluetooth
+PRODUCT_PACKAGES += \
+	libbt-vendor \
+	audio.bluetooth.default \
+	android.hardware.bluetooth.audio@2.0-impl \
+	android.hardware.bluetooth@1.0 \
+	vendor.qti.hardware.bluetooth_audio@2.0 \
+	vendor.qti.hardware.bluetooth_audio@2.1.vendor \
+	vendor.qti.hardware.btconfigstore@1.0.vendor
+
+# Bluetooth Permissions
+PRODUCT_COPY_FILES += \
+	frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
+	frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
 
 
 # Boot