sm8350-common: Remove wlchgd

wlchgd is unused on this platform.

Change-Id: Ifdc76ca918c2e67affa54c3ce61558b65f98558c
This commit is contained in:
LuK1337 2021-06-03 10:29:50 +02:00
parent ed5afee9e5
commit 059459f160
4 changed files with 0 additions and 11 deletions

View file

@ -347,7 +347,6 @@ vendor/lib64/libsysmon_cdsp_skel.so
# Charger # Charger
vendor/bin/hw/vendor.oneplus.hardware.charger@1.0-service vendor/bin/hw/vendor.oneplus.hardware.charger@1.0-service
vendor/bin/wlchgd
vendor/etc/init/vendor.oneplus.hardware.charger@1.0-service.rc vendor/etc/init/vendor.oneplus.hardware.charger@1.0-service.rc
vendor/etc/init/vendor.qti.hardware.charger_monitor@1.0-service.rc vendor/etc/init/vendor.qti.hardware.charger_monitor@1.0-service.rc
vendor/lib/vendor.oneplus.hardware.charger@1.0.so vendor/lib/vendor.oneplus.hardware.charger@1.0.so

View file

@ -6,4 +6,3 @@ type param_block_device, dev_type;
type param_device, dev_type; type param_device, dev_type;
type reserve2_block_device, dev_type; type reserve2_block_device, dev_type;
type therm_device, dev_type; type therm_device, dev_type;
type wlchg_device, dev_type;

View file

@ -2,7 +2,6 @@
/(vendor|system/vendor)/bin/opf-service u:object_r:opf_exec:s0 /(vendor|system/vendor)/bin/opf-service u:object_r:opf_exec:s0
/(vendor|system/vendor)/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0 /(vendor|system/vendor)/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
/(vendor|system/vendor)/bin/wifi-mac-generator u:object_r:wifi-mac-generator_exec:s0 /(vendor|system/vendor)/bin/wifi-mac-generator u:object_r:wifi-mac-generator_exec:s0
/(vendor|system/vendor)/bin/wlchgd u:object_r:wlchgd_exec:s0
# Block devices # Block devices
/dev/block/platform/soc/1d84000\.ufshc/by-name/oplus_sec_[ab] u:object_r:vendor_custom_ab_block_device:s0 /dev/block/platform/soc/1d84000\.ufshc/by-name/oplus_sec_[ab] u:object_r:vendor_custom_ab_block_device:s0
@ -32,7 +31,6 @@
/dev/opfeature u:object_r:opf_file:s0 /dev/opfeature u:object_r:opf_file:s0
/dev/param u:object_r:param_device:s0 /dev/param u:object_r:param_device:s0
/dev/skin_thermal u:object_r:therm_device:s0 /dev/skin_thermal u:object_r:therm_device:s0
/dev/wlchg u:object_r:wlchg_device:s0
# HALs # HALs
/(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service\.oneplus_lahaina u:object_r:hal_fingerprint_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service\.oneplus_lahaina u:object_r:hal_fingerprint_default_exec:s0

View file

@ -1,7 +0,0 @@
type wlchgd, domain;
type wlchgd_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(wlchgd)
allow wlchgd kmsg_device:chr_file rw_file_perms;
allow wlchgd wlchg_device:chr_file rw_file_perms;