Merge "Add drm hal to wahoo"

This commit is contained in:
TreeHugger Robot
2017-04-05 23:19:16 +00:00
committed by Android (Google) Code Review
2 changed files with 20 additions and 0 deletions

View File

@@ -261,6 +261,12 @@ PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-impl \
android.hardware.bluetooth@1.0-service
# DRM HAL
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service \
android.hardware.drm@1.0-service.widevine
# NFC packages
PRODUCT_PACKAGES += \
nfc_nci.$(PRODUCT_HARDWARE) \

View File

@@ -165,4 +165,18 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>crypto</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>drm</instance>
</interface>
</hal>
</manifest>