sanders: Build hidl DRM service and add to the manifest

This commit is contained in:
jhenrique09
2017-11-04 13:48:44 -02:00
committed by therootlord
parent 185eebf4b4
commit 6906ef95aa
2 changed files with 17 additions and 1 deletions

View File

@@ -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 \

View File

@@ -26,5 +26,20 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
</hal>
</manifest>