mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-05 00:04:22 +09:00
17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
allow hal_power_default {
|
|
vendor_sysfs_devfreq
|
|
sysfs_touchpanel
|
|
}:dir search;
|
|
|
|
allow hal_power_default {
|
|
vendor_sysfs_devfreq
|
|
sysfs_devices_system_cpu
|
|
vendor_sysfs_graphics
|
|
vendor_sysfs_kgsl
|
|
sysfs_touchpanel
|
|
vendor_sysfs_scsi_host
|
|
}:file rw_file_perms;
|
|
|
|
# To get/set powerhal state property
|
|
set_prop(hal_power_default, vendor_power_prop)
|