klte-common: Add keymaster HAL impl

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba31
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:37:40 +03:00 committed by Kevin F. Haggerty
parent 316e26f265
commit 4bb30996c5
2 changed files with 13 additions and 0 deletions

View File

@ -97,6 +97,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
$(LOCAL_PATH)/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl
# Keymaster
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \

View File

@ -99,6 +99,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport arch="32">passthrough</transport>
<version>3.0</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.light</name>
<transport arch="32">passthrough</transport>