From 2780a49e70134c87611339653e66d28c178e9f4e Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Wed, 16 Sep 2020 12:16:52 +0000 Subject: [PATCH] universal7885: configs: Import nfcee_access.xml & nfc_key * from M307FNXXU3BTG3 Signed-off-by: SamarV-121 --- configs/nfc_key | 1 + configs/nfcee_access.xml | 28 ++++++++++++++++++++++++++++ universal7904-common.mk | 4 +++- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 configs/nfc_key create mode 100644 configs/nfcee_access.xml 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 += \