diff --git a/device.mk b/device.mk
index 4f60d1c..9c1393c 100644
--- a/device.mk
+++ b/device.mk
@@ -230,7 +230,8 @@ PRODUCT_PACKAGES += \
# DRM
PRODUCT_PACKAGES += \
- android.hardware.drm@1.0-impl \
+ android.hardware.drm@1.0-service \
+ android.hardware.drm@1.0-impl
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/qdcm_calib_data_mipi_mot_vid_djn_1080p_550.xml:system/etc/qdcm_calib_data_mipi_mot_vid_djn_1080p_550.xml \
diff --git a/manifest.xml b/manifest.xml
index dbe6638..dc002e6 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -26,5 +26,20 @@
default
+
+ android.hardware.drm
+ hwbinder
+ 1.0
+
+ ICryptoFactory
+ widevine
+ default
+
+
+ IDrmFactory
+ widevine
+ default
+
+