Add drm hal to wahoo

bug:35808472

Test: compiles, I don't have a device to test
Change-Id: I3839a5335f4fd976a6d668f037756bca00676bb8
This commit is contained in:
Jeff Tinker
2017-03-30 10:41:10 -07:00
parent aa4df693c7
commit ea51adeb28
2 changed files with 20 additions and 0 deletions

View File

@@ -258,6 +258,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>