diff --git a/configs/nfc_key b/configs/nfc_key new file mode 100644 index 0000000..fe16a7a --- /dev/null +++ b/configs/nfc_key @@ -0,0 +1 @@ +bVpxNHQ3dyF6JUMqRi1KQA== diff --git a/configs/nfcee_access.xml b/configs/nfcee_access.xml new file mode 100644 index 0000000..52d3cb8 --- /dev/null +++ b/configs/nfcee_access.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/universal7904-common.mk b/universal7904-common.mk index 6ee7f47..b90649b 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -31,7 +31,9 @@ PRODUCT_PACKAGES += \ Tag PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/libnfc-nci.conf:system/etc/libnfc-nci.conf + $(LOCAL_PATH)/configs/libnfc-nci.conf:system/etc/libnfc-nci.conf \ + $(LOCAL_PATH)/configs/nfc_key:system/etc/nfc_key \ + $(LOCAL_PATH)/configs/nfcee_access.xml:system/etc/nfcee_access.xml # Net PRODUCT_PACKAGES += \