e2da6b2900
perfd is not working as the following error on our device
[0: perfd: 955] devbw soc:qcom,cpubw: dev_pm_opp_get_opp_count: device OPP not found (-19)
So I reverted all the perfd stuffs
This reverts commit 21dcb08866
.
14 lines
517 B
Text
14 lines
517 B
Text
add_hwservice(hal_power_default, hal_miscpower_hwservice)
|
|
|
|
allow hal_power_default sysfs_devices_system_cpu:file rw_file_perms;
|
|
|
|
allow hal_power_default sysfs_batteryinfo:dir r_dir_perms;
|
|
allow hal_power_default sysfs_batteryinfo:file rw_file_perms;
|
|
|
|
allow hal_power_default sysfs_tsp:dir r_dir_perms;
|
|
allow hal_power_default sysfs_tsp:file rw_file_perms;
|
|
allow hal_power_default sysfs_tsp:lnk_file read;
|
|
|
|
allow hal_power_default sysfs_touchkey:lnk_file read;
|
|
|
|
allow hal_power_default sysfs:file { open read write };
|