diff options
| author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2022-07-26 14:20:02 +0200 |
|---|---|---|
| committer | drishal <drishalballaney@gmail.com> | 2022-09-19 14:03:23 +0530 |
| commit | f08d9b5fd1ffdb9dc8aaab82c608dab9a94aa510 (patch) | |
| tree | 81d28977ebbf3a2630d73f8daf47b9e0c4198c35 | |
| parent | bbde8c2df2627a92d34fabf407f1e46506c29f6b (diff) | |
sm8250-common: Decommonize NFC configs and firmware
* Not all devices likes munch stuff
Change-Id: I84d301ba9a740d480045c6a332a744695a3e0c8b
| -rwxr-xr-x | extract-files.sh | 9 | ||||
| -rw-r--r-- | proprietary-files.txt | 12 |
2 files changed, 3 insertions, 18 deletions
diff --git a/extract-files.sh b/extract-files.sh index 7650ec2..dff007e 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -60,15 +60,6 @@ fi function blob_fixup() { case "${1}" in - vendor/etc/libnfc-nci.conf) - cat << EOF >> "${2}" -############################################################################### -# Mifare Tag implementation -# 0: General implementation -# 1: Legacy implementation -LEGACY_MIFARE_READER=1 -EOF - ;; vendor/etc/media_codecs_kona.xml) sed -i "/media_codecs_dolby_audio.xml/d" "${2}" ;; diff --git a/proprietary-files.txt b/proprietary-files.txt index 9d9b3a0..78de1b2 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -487,15 +487,6 @@ vendor/lib64/unnhal-acc-common.so vendor/lib64/unnhal-acc-hta.so vendor/lib64/unnhal-acc-hvx.so -# NFC -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:vendor/lib64/libsn100u_fw.so -vendor/lib64/jcos_nq_client.so -vendor/lib64/ls_nq_client.so -vendor/lib64/se_nq_extn_client.so - # NVRAM vendor/bin/nv_mac @@ -709,6 +700,9 @@ vendor/etc/seccomp_policy/mediacodec.policy vendor/bin/hw/vendor.qti.secure_element@1.2-service vendor/etc/init/vendor.qti.secure_element@1.2-service.rc vendor/lib64/android.hardware.secure_element@1.0-impl.so +vendor/lib64/jcos_nq_client.so +vendor/lib64/ls_nq_client.so +vendor/lib64/se_nq_extn_client.so # Snapdragon Computer Vision Engine vendor/lib/libscveCommon.so |
