sdm845-common: Replace lineagehw implementation by HIDL services
Move DisplayModeControl and SunlightEnhancement into a livedisplay service, and TouchscreenGestures into a touch one. Change-Id: I5f46671633a13ddc6733a47f4ea5a6515d6d6c98
This commit is contained in:
committed by
Luca Stefani
parent
eaa9bbce92
commit
e3ee15e8af
12
sepolicy/private/hal_livedisplay_sdm845.te
Normal file
12
sepolicy/private/hal_livedisplay_sdm845.te
Normal file
@@ -0,0 +1,12 @@
|
||||
type hal_livedisplay_sdm845, coredomain, domain;
|
||||
hal_server_domain(hal_livedisplay_sdm845, hal_lineage_livedisplay)
|
||||
|
||||
type hal_livedisplay_sdm845_exec, exec_type, file_type;
|
||||
init_daemon_domain(hal_livedisplay_sdm845)
|
||||
|
||||
# Talk to the binder device node
|
||||
allow hal_livedisplay_sdm845 binder_device:chr_file rw_file_perms;
|
||||
|
||||
# Allow LiveDisplay to store files under /data/display and access them
|
||||
allow hal_livedisplay_sdm845 display_data_file:dir rw_dir_perms;
|
||||
allow hal_livedisplay_sdm845 display_data_file:file create_file_perms;
|
||||
Reference in New Issue
Block a user