|
@@ -307,13 +307,17 @@ PRODUCT_PACKAGES += \
|
|
PRODUCT_COPY_FILES += \
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
|
|
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
|
|
|
|
|
|
-# NFC
|
|
|
|
|
|
+# NFC / Secure Element
|
|
PRODUCT_PACKAGES += \
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.nfc-service.nxp \
|
|
android.hardware.nfc-service.nxp \
|
|
[email protected] \
|
|
[email protected] \
|
|
|
|
+ [email protected] \
|
|
com.android.nfc_extras \
|
|
com.android.nfc_extras \
|
|
libchrome.vendor
|
|
libchrome.vendor
|
|
|
|
|
|
|
|
+PRODUCT_COPY_FILES += \
|
|
|
|
+ frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
|
|
|
|
+
|
|
ifeq ($(TARGET_NFC_SUPPORTED_SKUS),)
|
|
ifeq ($(TARGET_NFC_SUPPORTED_SKUS),)
|
|
TARGET_COPY_OUT_NFC_SKU_PERMISSIONS := $(TARGET_COPY_OUT_VENDOR)/etc/permissions/
|
|
TARGET_COPY_OUT_NFC_SKU_PERMISSIONS := $(TARGET_COPY_OUT_VENDOR)/etc/permissions/
|
|
else
|
|
else
|
|
@@ -328,6 +332,7 @@ $(foreach sku_out, $(TARGET_COPY_OUT_NFC_SKU_PERMISSIONS), \
|
|
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(sku_out)/android.hardware.nfc.hcef.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(sku_out)/android.hardware.nfc.hcef.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(sku_out)/android.hardware.nfc.uicc.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(sku_out)/android.hardware.nfc.uicc.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.xml:$(sku_out)/android.hardware.nfc.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.xml:$(sku_out)/android.hardware.nfc.xml \
|
|
|
|
+ frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(sku_out)/etc/permissions/android.hardware.se.omapi.ese.xml \
|
|
frameworks/native/data/etc/com.android.nfc_extras.xml:$(sku_out)/com.android.nfc_extras.xml \
|
|
frameworks/native/data/etc/com.android.nfc_extras.xml:$(sku_out)/com.android.nfc_extras.xml \
|
|
frameworks/native/data/etc/com.nxp.mifare.xml:$(sku_out)/com.nxp.mifare.xml))
|
|
frameworks/native/data/etc/com.nxp.mifare.xml:$(sku_out)/com.nxp.mifare.xml))
|
|
|
|
|
|
@@ -400,14 +405,6 @@ PRODUCT_PACKAGES += \
|
|
[email protected] \
|
|
[email protected] \
|
|
[email protected] \
|
|
[email protected] \
|
|
|
|
|
|
-# Secure element
|
|
|
|
-PRODUCT_PACKAGES += \
|
|
|
|
- [email protected]
|
|
|
|
-
|
|
|
|
-PRODUCT_COPY_FILES += \
|
|
|
|
- frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
|
|
|
|
- frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
|
|
|
|
-
|
|
|
|
# Sensors
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
PRODUCT_PACKAGES += \
|
|
[email protected] \
|
|
[email protected] \
|