sm6225-common: Setup NFC
Change-Id: I46ae6a37a057930d6571203814d9f2b3396685ac
This commit is contained in:
parent
fabef5d511
commit
7452de708a
2 changed files with 28 additions and 1 deletions
13
bengal.mk
13
bengal.mk
|
@ -251,6 +251,12 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.neuralnetworks@1.3.vendor
|
||||
|
||||
# NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.nfc@1.2-service \
|
||||
com.android.nfc_extras \
|
||||
Tag
|
||||
|
||||
# Overlay
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay
|
||||
|
@ -275,6 +281,10 @@ PRODUCT_COPY_FILES += \
|
|||
frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
|
||||
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.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/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.uicc.xml \
|
||||
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
|
||||
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
||||
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml \
|
||||
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
|
||||
|
@ -301,7 +311,8 @@ PRODUCT_COPY_FILES += \
|
|||
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
|
||||
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
|
||||
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml \
|
||||
frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml
|
||||
frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml \
|
||||
frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
|
||||
|
||||
# Power
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -459,6 +459,22 @@ vendor/lib64/unnhal-acc-adreno.so
|
|||
vendor/lib64/unnhal-acc-common.so
|
||||
vendor/lib64/unnhal-acc-hvx.so
|
||||
|
||||
# NFC (NXP)
|
||||
vendor/etc/init/android.hardware.nfc@1.2-service.rc
|
||||
vendor/lib64/libpn557_fw.so
|
||||
|
||||
# NFC (Samsung)
|
||||
system_ext/etc/nfcee_access.xml
|
||||
vendor/bin/hw/android.hardware.nfc@1.2-service.sec
|
||||
vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc
|
||||
vendor/etc/init/init.nfc.sec.rc
|
||||
vendor/etc/sec_s3nrn4v_hwreg.bin
|
||||
vendor/etc/sec_s3nrn4v_swreg.bin
|
||||
vendor/lib64/nfc_nci_sec.so
|
||||
|
||||
# NFC Firmware (Samsung)
|
||||
vendor/firmware/sec_s3nrn4v_firmware.bin
|
||||
|
||||
# OEM
|
||||
vendor/bin/motobox
|
||||
vendor/etc/vhw.xml
|
||||
|
|
Loading…
Reference in a new issue