nfc: Enable Binderized NFC HAL

Test: Boots and NFC works
Bug: 36097473
Change-Id: I47a89b59fed2111f443960a5d0d2a0dcfa5bea5f
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
Ruchi Kandoi
2017-03-30 10:39:23 -07:00
parent da8f1b44eb
commit fd5682266a
2 changed files with 12 additions and 1 deletions

View File

@@ -262,7 +262,8 @@ PRODUCT_PACKAGES += \
nfc_nci.$(PRODUCT_HARDWARE) \
NfcNci \
Tag \
android.hardware.nfc@1.0-impl
android.hardware.nfc@1.0-impl \
android.hardware.nfc@1.0-service
PRODUCT_COPY_FILES += \
device/google/wahoo/nfc/libnfc-brcm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-brcm.conf \

View File

@@ -95,4 +95,14 @@
<instance>sound_trigger.primary</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
</hal>
</manifest>