klte-common: Add consumer IR impl

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba20
This commit is contained in:
Mohammad Afaneh 2017-10-11 18:10:07 +03:00 committed by Kevin F. Haggerty
parent 5ee3d1d904
commit 2d5186e1f1
2 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,7 @@ PRODUCT_PACKAGES += \
# IR Blaster
PRODUCT_PACKAGES += \
android.hardware.ir@1.0-impl \
consumerir.msm8974
# Keylayouts

View File

@ -81,6 +81,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.ir</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.memtrack</name>
<transport arch="32">passthrough</transport>