sm8250-common: livedisplay: Say hello to PictureAdjustment ^.^

This commit is contained in:
LuK1337
2020-06-25 09:52:18 +02:00
parent b279cc8d58
commit f03b5d364a
9 changed files with 543 additions and 12 deletions

View File

@@ -4,6 +4,17 @@ hal_server_domain(hal_livedisplay_kona, hal_lineage_livedisplay)
type hal_livedisplay_kona_exec, system_file_type, exec_type, file_type;
init_daemon_domain(hal_livedisplay_kona)
# Allow hal_livedisplay_kona to find hal_display_color_hwservice
type hal_display_color_hwservice, hwservice_manager_type;
allow hal_livedisplay_kona hal_display_color_hwservice:hwservice_manager find;
# Allow binder communication with hal_display_color_default
type hal_display_color_default, domain;
binder_call(hal_livedisplay_kona, hal_display_color_default)
# Allow hal_livedisplay_kona to use binder service
binder_use(hal_livedisplay_kona)
# Allow LiveDisplay to store files under /data/misc/display and access them
allow hal_livedisplay_kona display_misc_file:dir rw_dir_perms;
allow hal_livedisplay_kona display_misc_file:file create_file_perms;