Paul Keith | 8d13803 | 2019-02-07 09:57:05 -0600 | [diff] [blame] | 1 | on init |
| 2 | # LiveDisplay sysfs |
| 3 | chown system system /sys/devices/virtual/graphics/fb0/acl |
| 4 | chmod 0660 /sys/devices/virtual/graphics/fb0/acl |
| 5 | chown system system /sys/devices/virtual/graphics/fb0/aco |
| 6 | chmod 0660 /sys/devices/virtual/graphics/fb0/aco |
| 7 | chown system system /sys/devices/virtual/graphics/fb0/cabc |
| 8 | chmod 0660 /sys/devices/virtual/graphics/fb0/cabc |
| 9 | chown system system /sys/devices/virtual/graphics/fb0/hbm |
| 10 | chmod 0660 /sys/devices/virtual/graphics/fb0/hbm |
| 11 | chown system system /sys/devices/virtual/graphics/fb0/rgb |
| 12 | chmod 0660 /sys/devices/virtual/graphics/fb0/rgb |
| 13 | chown system system /sys/devices/virtual/graphics/fb0/sre |
| 14 | chmod 0660 /sys/devices/virtual/graphics/fb0/sre |
| 15 | chown system system /sys/devices/virtual/graphics/fb0/color_enhance |
| 16 | chmod 0660 /sys/devices/virtual/graphics/fb0/color_enhance |
| 17 | chown system system /sys/devices/virtual/graphics/fb0/reading_mode |
| 18 | chmod 0660 /sys/devices/virtual/graphics/fb0/reading_mode |
| 19 | |
| 20 | service livedisplay-hal-2-0-sysfs /system/bin/hw/lineage.livedisplay@2.0-service-sysfs |
| 21 | class hal |
| 22 | user system |
| 23 | group system |