raphael: Bringup NFC eSE

Change-Id: I5f3c5a318f7d636dfbdafee0cad342e799db4972
This commit is contained in:
Sebastiano Barezzi
2022-06-25 17:57:27 +02:00
parent b6aeaa9728
commit 2cd379b1dc
2 changed files with 7 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ static const variant_info_t raphael_global_info = {
.model = "Mi 9T Pro",
.build_fingerprint = FINGERPRINT,
.nfc = true,
.nfc = NFC_TYPE_NFC_ESE,
};
static const variant_info_t raphaelin_info = {
@@ -34,7 +34,7 @@ static const variant_info_t raphaelin_info = {
.model = "Redmi K20 Pro",
.build_fingerprint = FINGERPRINT,
.nfc = false,
.nfc = NFC_TYPE_NONE,
};
static const variant_info_t raphael_info = {
@@ -47,7 +47,7 @@ static const variant_info_t raphael_info = {
.model = "Redmi K20 Pro",
.build_fingerprint = FINGERPRINT,
.nfc = true,
.nfc = NFC_TYPE_NFC_ESE,
};
static const std::vector<variant_info_t> variants = {

View File

@@ -293,7 +293,10 @@ vendor/firmware/ipa_uc.elf
vendor/firmware/ipa_uc.mdt
# NFC
vendor/lib/libpn553_fw.so
vendor/etc/libnfc-nxp_RF.conf:vendor/libnfc-nxp_RF.conf
vendor/etc/libnfc-nci.conf
vendor/etc/libnfc-nxp.conf
vendor/lib/libsn100u_fw.so
# Sensors
vendor/bin/hw/vendor.qti.hardware.sensorscalibrate@1.0-service