From aa8d7ca4647898536392482c1e1cc690f892ffb5 Mon Sep 17 00:00:00 2001 From: blunden Date: Sun, 23 Jun 2013 09:20:46 +0200 Subject: [PATCH] dubai: 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 781ffb7..c5adcc9 100644 --- a/device.mk +++ b/device.mk @@ -85,7 +85,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 += \