From 7a7306bb4b6a218ad32822279a75ab8962c0226f Mon Sep 17 00:00:00 2001 From: blunden Date: Sun, 23 Jun 2013 09:20:46 +0200 Subject: [PATCH] xpeng: Declare support for Mifare tags This device uses an NXP chip and supports Mifare tags. This adds the xml file to make NXP's apps work properly. Change-Id: I9f2f04d3c5c211185bf2ab0d5a797070c49d4b98 --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index e0e25a7..f842ae1 100644 --- a/device.mk +++ b/device.mk @@ -91,7 +91,8 @@ PRODUCT_PACKAGES += \ # Permissions PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml + frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \ + frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml # Sensors PRODUCT_PACKAGES += \