e3q: Build NXP NFC HAL
Change-Id: I60fa53c887117a8f7d8f8b77d660329709d5b18d
This commit is contained in:
parent
36894a7a45
commit
20fae24827
@ -79,16 +79,16 @@ SPDX-License-Identifier: BSD-3-Clause-Clear
|
|||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<!-- NFC HAL service -->
|
<!-- NFC HAL service -->
|
||||||
<hal format="aidl">
|
<!--hal format="aidl">
|
||||||
<name>android.hardware.nfc</name>
|
<name>android.hardware.nfc</name>
|
||||||
<version>1</version>
|
<version>1</version>
|
||||||
<fqname>INfc/default</fqname>
|
<fqname>INfc/default</fqname>
|
||||||
</hal>
|
</hal-->
|
||||||
<hal format="aidl">
|
<!--hal format="aidl">
|
||||||
<name>vendor.nxp.nxpnfc_aidl</name>
|
<name>vendor.nxp.nxpnfc_aidl</name>
|
||||||
<version>1</version>
|
<version>1</version>
|
||||||
<fqname>INxpNfc/default</fqname>
|
<fqname>INxpNfc/default</fqname>
|
||||||
</hal>
|
</hal-->
|
||||||
<hal format="aidl">
|
<hal format="aidl">
|
||||||
<name>android.hardware.secure_element</name>
|
<name>android.hardware.secure_element</name>
|
||||||
<version>1</version>
|
<version>1</version>
|
||||||
|
17
device.mk
17
device.mk
@ -164,6 +164,23 @@ PRODUCT_COPY_FILES += \
|
|||||||
$(AUDIO_HAL_DIR)/configs/common/codec2/service/1.0/c2audio.vendor.base-arm64.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/c2audio.vendor.base-arm64.policy \
|
$(AUDIO_HAL_DIR)/configs/common/codec2/service/1.0/c2audio.vendor.base-arm64.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/c2audio.vendor.base-arm64.policy \
|
||||||
$(AUDIO_HAL_DIR)/configs/common/codec2/service/1.0/c2audio.vendor.ext-arm64.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/c2audio.vendor.ext-arm64.policy
|
$(AUDIO_HAL_DIR)/configs/common/codec2/service/1.0/c2audio.vendor.ext-arm64.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/c2audio.vendor.ext-arm64.policy
|
||||||
|
|
||||||
|
# NFC
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.nfc-service.nxp \
|
||||||
|
nqnfcinfo \
|
||||||
|
Tag
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.ese.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.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 \
|
||||||
|
frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
|
||||||
|
frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||||
|
|
||||||
|
@ -424,7 +424,6 @@ vendor/firmware/kiwi/regdb.bin
|
|||||||
vendor/firmware/max77775-extra-fw.bin
|
vendor/firmware/max77775-extra-fw.bin
|
||||||
vendor/firmware/max77775-fw.bin
|
vendor/firmware/max77775-fw.bin
|
||||||
vendor/firmware/mfc/mfc_fw_flash_nu1668.bin
|
vendor/firmware/mfc/mfc_fw_flash_nu1668.bin
|
||||||
vendor/firmware/nfc/libsn300u_fw.so
|
|
||||||
vendor/firmware/ois_mcu_stm32g_fw.bin
|
vendor/firmware/ois_mcu_stm32g_fw.bin
|
||||||
vendor/firmware/ois_rumba_fw.bin
|
vendor/firmware/ois_rumba_fw.bin
|
||||||
vendor/firmware/ss_dsi_panel_PBA_BOOTING_FHD.dat
|
vendor/firmware/ss_dsi_panel_PBA_BOOTING_FHD.dat
|
||||||
@ -666,6 +665,7 @@ vendor/lib64/libvmmem.so
|
|||||||
# NFC
|
# NFC
|
||||||
vendor/etc/libnfc-nxp.conf
|
vendor/etc/libnfc-nxp.conf
|
||||||
vendor/etc/nfc/libnfc-nxp_RF.conf
|
vendor/etc/nfc/libnfc-nxp_RF.conf
|
||||||
|
vendor/firmware/nfc/libsn300u_fw.so
|
||||||
|
|
||||||
# NVM
|
# NVM
|
||||||
vendor/bin/sec_nvm
|
vendor/bin/sec_nvm
|
||||||
|
Loading…
Reference in New Issue
Block a user