sm7250-common: Remove wlchgd

Nords don't have wireless charging

Change-Id: Ifdc76ca918c2e67affa54c3ce61558b65f98558c
This commit is contained in:
LuK1337
2021-06-03 10:29:50 +02:00
committed by KakatkarAkshay
parent 7dd1345dc6
commit 10aaf01d9d
3 changed files with 0 additions and 10 deletions

View File

@@ -10,4 +10,3 @@ type reserve1_block_device, dev_type;
type reserve2_block_device, dev_type;
type therm_device, dev_type;
type vl53l1_device, dev_type;
type wlchg_device, dev_type;

View File

@@ -4,7 +4,6 @@
/(vendor|system/vendor)/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
/(vendor|system/vendor)/bin/vl53l1_daemon_main u:object_r:vl53l1_daemon_main_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
/dev/block/platform/soc/1d84000.ufshc/by-name/config u:object_r:frp_block_device:s0
@@ -44,7 +43,6 @@
/dev/param u:object_r:param_device:s0
/dev/skin_thermal u:object_r:therm_device:s0
/dev/stmvl53l1_ranging u:object_r:vl53l1_device:s0
/dev/wlchg u:object_r:wlchg_device:s0
# HALs
/(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service\.oneplus 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;