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

Commit 701b30de authored by Bruno Martins's avatar Bruno Martins Committed by Luca Stefani
Browse files

common: Migrate to livedisplay 2.0

Change-Id: Ib67bf7fb29b202c031a2ad3556596a8b91fd5d54
parent 1c44e502
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
type sysfs_io_sched_tuneable, fs_type, sysfs_type;
type sysfs_livedisplay_tuneable, fs_type, sysfs_type;
+9 −1
Original line number Diff line number Diff line
vendor.lineage.livedisplay::IColor                   u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IAdaptiveBacklight       u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IAutoContrast            u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IColorBalance            u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IColorEnhancement        u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IDisplayColorCalibration u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IDisplayModes            u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IPictureAdjustment       u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IReadingEnhancement      u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::ISunlightEnhancement     u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.power::ILineagePower                  u:object_r:hal_power_hwservice:s0
vendor.lineage.touch::IGloveMode                     u:object_r:hal_lineage_touch_hwservice:s0
vendor.lineage.touch::IKeyDisabler                   u:object_r:hal_lineage_touch_hwservice:s0
+3 −0
Original line number Diff line number Diff line
# Allow NFC service to be found
allow platform_app nfc_service:service_manager find;

# Allow LiveDisplay HAL service to be found
allow platform_app hal_lineage_livedisplay_hwservice:hwservice_manager find;
+1 −0
Original line number Diff line number Diff line
@@ -6,4 +6,5 @@ allow system_app cache_recovery_file:file {create rw_file_perms};
get_prop(system_app, vendor_security_patch_level_prop)

# Allow access to the HALs
hal_client_domain(system_app, hal_lineage_livedisplay)
hal_client_domain(system_app, hal_lineage_touch)

common/public/file.te

0 → 100644
+1 −0
Original line number Diff line number Diff line
type sysfs_livedisplay_tuneable, fs_type, sysfs_type;
Loading