klte-common: Add NFC HAL

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba43
This commit is contained in:
Rashed Abdel-Tawab 2017-11-04 21:30:20 +02:00 committed by Kevin F. Haggerty
parent 7ea4ffa388
commit 00d1639b17
2 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,7 @@ PRODUCT_COPY_FILES += \
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc@1.0-impl \
com.android.nfc_extras \
NfcNci \
Tag

View File

@ -117,6 +117,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>