blob: 65e81b9856de000ccf53f63bddb0bd6033e88064 [file] [log] [blame]
jessicatseng73b4ab82020-05-18 13:16:33 +08001get_prop(system_app, vendor_info_battery_prop)
2
Bharath5fb65692021-06-29 23:14:56 +05303# For front & back camera custom property
4get_prop(system_app, vendor_info_camera_prop)
Ankit Siddhapura6c74d572022-01-05 22:48:39 +05305
6# Add firmware version info in settings.
7allow system_app {
8 lcm_vendor
9 memory_vendor
10 touch_vendor
11}:file r_file_perms;
12
13# Allow to read battery details
14allow system_app sysfs_battery_supply:dir r_dir_perms;
15allow system_app sysfs_battery_supply:file r_file_perms;
Karsten Tauscheab91a2e2022-12-12 10:56:13 +010016
17# Allow ServiceMenu to toggle notification LED
18allow system_app sysfs_graphics:dir search;
19allow system_app sysfs_graphics:file { open write };
20allow system_app sysfs_leds:dir search;