forked from Gabboxl/android_device_samsung_gprimeltexx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
device.mk
32 lines (26 loc) · 1.28 KB
/
device.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#Inherit from vendor
$(call inherit-product, vendor/samsung/gprimeltexx/gprimeltexx-vendor.mk)
# Inherit from common
$(call inherit-product, device/samsung/gprimelte-common/device-common.mk)
LOCAL_PATH := device/samsung/gprimeltexx
# System properties
-include $(LOCAL_PATH)/system_prop.mk
# Common overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# NFC configs
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.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.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
$(LOCAL_PATH)/configs/nfc/nfcee_access.xml:system/etc/nfcee_access.xml \
$(LOCAL_PATH)/configs/nfc/libnfc-sec-hal.conf:system/etc/libnfc-sec-hal.conf \
$(LOCAL_PATH)/configs/nfc/libnfc-sec.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf
# NFC packages
PRODUCT_PACKAGES += \
com.android.nfc_extras \
libnfc_nci \
libnfc_nci_jni \
NfcNci \
Tag