sdm845-common: Build our own lights HAL
Change-Id: I0e0d2db5c109778b86ab54101b70f0d3856195cb
This commit is contained in:
parent
6c408b0c2e
commit
118f6920b5
9 changed files with 354 additions and 0 deletions
7
sepolicy/private/hal_light_sdm845.te
Normal file
7
sepolicy/private/hal_light_sdm845.te
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
type hal_light_sdm845, coredomain, domain;
|
||||
hal_server_domain(hal_light_sdm845, hal_light)
|
||||
|
||||
type hal_light_sdm845_exec, exec_type, file_type;
|
||||
init_daemon_domain(hal_light_sdm845)
|
||||
|
||||
allow hal_light_sdm845 sysfs_leds:file rw_file_perms;
|
||||
Loading…
Add table
Add a link
Reference in a new issue