summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-06-08 08:16:50 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-06-08 08:16:50 (GMT)
commit22384736ed172ca40242c235180337c362558ab4 (patch)
tree364406aeb994b6a9f894e83486bab1db442bbf13
parent8194756becdae2a52037d2bb532c54da65923787 (diff)
downloaddarwin-22384736ed172ca40242c235180337c362558ab4.zip
darwin-22384736ed172ca40242c235180337c362558ab4.tar.gz
darwin-22384736ed172ca40242c235180337c362558ab4.tar.bz2
widevine: add widevine14 [3/3]
PD# 167232 add widevine14 Change-Id: Id9896a4a6765441bea4e9ea4ea341ac52f624c2f
Diffstat
-rw-r--r--device.mk10
-rw-r--r--manifest.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index a030b53..c574e6c 100644
--- a/device.mk
+++ b/device.mk
@@ -25,6 +25,16 @@ else
PRODUCT_COPY_FILES += device/amlogic/common/products/tv/ueventd.amlogic.rc:recovery/root/ueventd.amlogic.rc
endif
+# DRM HAL
+PRODUCT_PACKAGES += \
+ android.hardware.drm@1.0-impl:32 \
+ android.hardware.drm@1.0-service \
+ android.hardware.drm@1.1-service.widevine \
+ android.hardware.drm@1.1-service.clearkey \
+ move_widevine_data.sh
+
+
+
PRODUCT_COPY_FILES += \
device/amlogic/darwin/files/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \
device/amlogic/darwin/files/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
diff --git a/manifest.xml b/manifest.xml
index c2dac53..3f1e8e8 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -132,7 +132,7 @@
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
- <version>1.0</version>
+ <version>1.1</version>
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>