From 9f9cfbec4fa6ce15bfa616ebc9414bd945539101 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Sun, 14 Jul 2024 10:52:30 +0200 Subject: [PATCH] mata: Nuke ATFWD It's normally not used at all. Change-Id: Idb824b3b8c783b6ac962e604df05f9154beb4ed2 --- BoardConfig.mk | 1 - configs/qti_whitelist.xml | 1 - framework_manifest.xml | 12 ------------ proprietary-files.txt | 3 --- rootdir/etc/init.mata.rc | 12 ------------ 5 files changed, 29 deletions(-) delete mode 100644 framework_manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 66f04ed7..7cb5b895 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -77,7 +77,6 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \ vendor/lineage/config/device_framework_matrix.xml -DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs diff --git a/configs/qti_whitelist.xml b/configs/qti_whitelist.xml index 06845b83..86ad7b2e 100644 --- a/configs/qti_whitelist.xml +++ b/configs/qti_whitelist.xml @@ -32,7 +32,6 @@ - diff --git a/framework_manifest.xml b/framework_manifest.xml deleted file mode 100644 index c82d51c8..00000000 --- a/framework_manifest.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - vendor.qti.atcmdfwd - hwbinder - 1.0 - - IAtCmdFwd - AtCmdFwdService - - - - diff --git a/proprietary-files.txt b/proprietary-files.txt index 917fd764..8a9f67f2 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -821,7 +821,6 @@ system_ext/app/QtiTelephonyService/QtiTelephonyService.apk|341ac4f8b754883df97f2 system_ext/etc/permissions/qcrilhook.xml|30397e293b2c40e6b7a1d11c2a615cdd05de625a system_ext/framework/qcrilhook.jar|2851c62bf5d823c4228bfc6c56613934517ffdee system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk|87719275d1e87dec4b3e9f1a8e7373c7937c9dd8 -vendor/bin/ATFWD-daemon|8d2b9db2e2f3cfa59f7aede4ab912d20066f77ea vendor/bin/adpl|c6e56a34827222135596c7266343187e055bda06 vendor/bin/hw/qcrild|9ebae4b7b4bc8fb31371f3926634206737d73bb2 vendor/bin/netmgrd|f3eafb4d5e31e3f90544f380667625dfdc22aa37 @@ -841,7 +840,6 @@ vendor/etc/init/port-bridge.rc|e52d61a0de5e8a3b21bfbfca929e862422645377 vendor/etc/init/qcrild.rc|17cf4934bf443cf6469d8b3ff622eeb0e4a0aac6 vendor/etc/init/vendor.qti.rmt_storage.rc|bc212c6353c2ded44ae4d759605fbbe55aa4fa3f vendor/etc/init/vendor.qti.tftp.rc|b27f188cbffba470a4510d50e46ff7c8446c22cb -vendor/etc/seccomp_policy/atfwd@2.0.policy|74fdb7d47bdb6d0cb06b13701a96a76c9171ab5d vendor/lib/libmdmdetect.so|a2df5e8eba8bd275de62bbb7c0f6af1c78fbc7a0 vendor/lib64/libconfigdb.so|6634f23eebd1156c9053b5a77163ee7a058a1916 vendor/lib64/libdsi_netctrl.so|b622c0ff82676d5e02fb92445c6a030742f0c6c4 @@ -866,7 +864,6 @@ vendor/lib64/qcrild_librilutils.so|0644fb4cfdd39557115ada179a76aab0aa0f1d89 vendor/lib64/qtibus.so|0b387ecd1b898f3d3aee6c51783817767a6d1e70 vendor/lib64/qtimutex.so|fc156f485519be1cd683f1af3ebb6194ce4ba2d5 vendor/lib64/vendor.qti.hardware.radio.am@1.0.so|4cc14bfabf63aa20f02ad069933bdf09651aa86e -vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so|037caa6b6dacc4d64b38e0f435d8415f007b2890 vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so|33c17b96df825d02aa31ca6bd42a91547a741619 vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so|0895d68405d960b54a11e21ac1d5d06444324f0e vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so|a5f2a41df2aedcd97a77a3e4ec546f36879ece3b diff --git a/rootdir/etc/init.mata.rc b/rootdir/etc/init.mata.rc index 0be5640b..3f1839e2 100644 --- a/rootdir/etc/init.mata.rc +++ b/rootdir/etc/init.mata.rc @@ -599,18 +599,6 @@ service vendor.adsprpcd /vendor/bin/adsprpcd group media task_profiles ServiceCapacityLow -service vendor.atfwd /vendor/bin/ATFWD-daemon - class late_start - user system - group system radio - task_profiles ServiceCapacityLow - -on property:persist.vendor.radio.atfwd.start=false - stop vendor.atfwd - -on property:vendor.radio.atfwd.start=false - stop vendor.atfwd - service vendor.charger /system/bin/charger class charger user system