mirror of
https://github.com/LineageOS/android_device_essential_mata.git
synced 2025-10-29 11:49:27 +00:00
mata: Nuke ATFWD
It's normally not used at all. Change-Id: Idb824b3b8c783b6ac962e604df05f9154beb4ed2
This commit is contained in:
parent
9dbf78625a
commit
9f9cfbec4f
@ -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
|
||||
|
||||
@ -32,7 +32,6 @@
|
||||
|
||||
<config>
|
||||
<!-- These are telephony components that need to freely run in the background -->
|
||||
<allow-in-power-save package="com.qualcomm.atfwd" />
|
||||
<allow-in-power-save package="com.qualcomm.qti.telephonyservice" />
|
||||
<allow-in-power-save package="com.qualcomm.qcrilmsgtunnel" />
|
||||
<allow-in-power-save package="com.qualcomm.qti.ims" />
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
<manifest version="1.0" type="framework">
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.atcmdfwd</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IAtCmdFwd</name>
|
||||
<instance>AtCmdFwdService</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user