klte-common: Add DRM HAL impl

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba28
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:28:43 +03:00 committed by Kevin F. Haggerty
parent d5adb2c433
commit 2d0a03ffbf
2 changed files with 13 additions and 0 deletions

View File

@ -79,6 +79,10 @@ PRODUCT_PACKAGES += \
libxml2 \
Snap
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl
# Doze
PRODUCT_PACKAGES += \
SamsungDoze

View File

@ -17,6 +17,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IDrmFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport arch="32">passthrough</transport>