klte-common: Include DRM service

Change-Id: I4999809c288c84d6e9c39383ff76f9ee85a97cae
This commit is contained in:
Bruno Martins 2017-11-16 22:40:39 +00:00 committed by Kevin F. Haggerty
parent 924baf9ba2
commit 52569e9c1e
2 changed files with 10 additions and 3 deletions

View File

@ -51,7 +51,8 @@ PRODUCT_PACKAGES += \
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal

View File

@ -55,12 +55,18 @@
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport arch="32">passthrough</transport>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IDrmFactory</name>
<name>ICryptoFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.gnss</name>