diff --git a/sdm660_64.mk b/sdm660_64.mk
index 9bfc9161..ac211f88 100644
--- a/sdm660_64.mk
+++ b/sdm660_64.mk
@@ -82,7 +82,7 @@ ifneq (,$(strip $(wildcard $(PRODUCT_RENDERING_ENGINE_REVLIB))))
endif
# Enable features in video HAL that can compile only on this platform
-TARGET_USES_MEDIA_EXTENSIONS := false
+TARGET_USES_MEDIA_EXTENSIONS := true
# WLAN chipset
WLAN_CHIPSET := qca_cld3
@@ -151,6 +151,15 @@ PRODUCT_PACKAGES += \
android.hardware.light@2.0-service \
android.hardware.configstore@1.0-service
+PRODUCT_PACKAGES += \
+ vendor.display.color@1.0-service \
+ vendor.display.color@1.0-impl
+
+# Vibrator
+PRODUCT_PACKAGES += \
+ android.hardware.vibrator@1.0-impl \
+ android.hardware.vibrator@1.0-service \
+
# Camera configuration file. Shared by passthrough/binderized camera HAL
PRODUCT_PACKAGES += camera.device@3.2-impl
PRODUCT_PACKAGES += camera.device@1.0-impl
diff --git a/vintf.xml b/vintf.xml
index de73ad31..13389ac1 100644
--- a/vintf.xml
+++ b/vintf.xml
@@ -93,6 +93,26 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
default
+
+ vendor.display.config
+ hwbinder
+
+ 1.0
+
+ IDisplayConfig
+ default
+
+
+
+ vendor.display.color
+ hwbinder
+
+ 1.0
+
+ IDisplayColor
+ default
+
+
android.hardware.configstore
hwbinder
@@ -143,7 +163,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
android.hardware.bluetooth
- toggled
+ hwbinder
1.0
@@ -166,4 +186,83 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.0
+
+
+ android.hardware.radio
+ hwbinder
+
+ 1.0
+
+ IRadio
+ slot1
+ slot2
+
+
+
+
+ android.hardware.radio.deprecated
+ hwbinder
+
+ 1.0
+
+ IOemHook
+ slot1
+ slot2
+
+
+
+
+ vendor.qti.qcril.am
+ hwbinder
+
+ 1.0
+
+ IQcRilAudio
+ slot1
+ slot2
+
+
+
+
+ android.hardware.gnss
+ hwbinder
+
+ 1.0
+
+ IGnss
+ default
+
+
+
+
+ vendor.qti.atcmdfwd
+ hwbinder
+
+ 1.0
+
+ IAtCmdFwd
+ AtCmdFwdService
+
+
+
+ android.hardware.vibrator
+ hwbinder
+
+ 1.0
+
+ IVibrator
+ default
+
+
+
+
+ com.qualcomm.qti.imsrtpservice
+ hwbinder
+
+ 1.0
+
+ IRTPService
+ rtpservice0
+
+