diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml
new file mode 100644
index 0000000..9c33b1f
--- /dev/null
+++ b/compatibility_matrix.xml
@@ -0,0 +1,61 @@
+
+
+ android.frameworks.schedulerservice
+ 1.0
+
+ ISchedulingPolicyService
+ default
+
+
+
+ android.frameworks.sensorservice
+ 1.0
+
+ ISensorManager
+ default
+
+
+
+ android.hidl.allocator
+ 1.0
+
+ IAllocator
+ ashmem
+
+
+
+ android.hidl.manager
+ 1.0
+
+ IServiceManager
+ default
+
+
+
+ android.hidl.memory
+ 1.0
+
+ IMapper
+ ashmem
+
+
+
+ android.hidl.token
+ 1.0
+
+ ITokenManager
+ default
+
+
+
+ android.system.wifi.keystore
+ 1.0
+
+ IKeystore
+ default
+
+
+
+ 0.0.0
+
+
diff --git a/device.mk b/device.mk
index d31840a..35589a6 100644
--- a/device.mk
+++ b/device.mk
@@ -135,6 +135,7 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
+ android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl \
hwcomposer.msm8953 \
@@ -182,7 +183,8 @@ PRODUCT_PACKAGES += \
# HIDL
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/manifest.xml:system/vendor/manifest.xml
+ $(LOCAL_PATH)/manifest.xml:system/vendor/manifest.xml \
+ $(LOCAL_PATH)/compatibility_matrix.xml:system/vendor/compatibility_matrix.xml
# IMS
PRODUCT_PACKAGES += \
diff --git a/manifest.xml b/manifest.xml
index dc002e6..62d8f48 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -8,6 +8,24 @@
default
+
+ android.hardware.graphics.composer
+ hwbinder
+ 2.1
+
+ IComposer
+ default
+
+
+
+ android.hardware.graphics.mapper
+ passthrough
+ 2.0
+
+ IMapper
+ default
+
+
android.hardware.wifi
hwbinder
@@ -41,5 +59,59 @@
default
+
+ vendor.display.color
+ hwbinder
+ 1.0
+
+ IDisplayColor
+ default
+
+
+
+ vendor.display.config
+ hwbinder
+ 1.0
+
+ IDisplayConfig
+ default
+
+
+
+ vendor.display.postproc
+ hwbinder
+ 1.0
+
+ IDisplayPostproc
+ default
+
+
+
+ com.qualcomm.qti.imscmservice
+ hwbinder
+ 1.0
+
+ IImsCmService
+ qti.ims.connectionmanagerservice
+
+
+
+ vendor.qti.imsrtpservice
+ hwbinder
+ 1.0
+
+ IRTPService
+ imsrtpservice
+
+
+
+ vendor.qti.hardware.perf
+ hwbinder
+ 1.0
+
+ IPerf
+ default
+
+