Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f17befcb authored by Yumi Yukimura's avatar Yumi Yukimura Committed by Bruno Martins
Browse files

common: Add AIDL LiveDisplay sysfs HAL

Change-Id: I656e1c9b71ef2e12aa97bd6aba25b86ea3567716
parent 2438a2a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
/(vendor|system/vendor)/bin/hw/android\.hardware\.light-service\.lineage u:object_r:hal_light_default_exec:s0

# LiveDisplay HAL
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay-service.sysfs         u:object_r:hal_lineage_livedisplay_sysfs_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service-sysfs    u:object_r:hal_lineage_livedisplay_sysfs_exec:s0

# Power HAL
+2 −0
Original line number Diff line number Diff line
@@ -4,5 +4,7 @@ hal_server_domain(hal_lineage_livedisplay_sysfs, hal_lineage_livedisplay)
type hal_lineage_livedisplay_sysfs_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_lineage_livedisplay_sysfs)

binder_call(hal_lineage_livedisplay_sysfs, servicemanager)

# Grant access over LiveDisplay tuneables
allow hal_lineage_livedisplay_sysfs sysfs_livedisplay_tuneable:file rw_file_perms;