sm8250-common: Implement vendor.lineage.powershare@1.0 HAL

This commit is contained in:
LuK1337
2020-07-07 12:47:29 +02:00
parent 89b4f0377f
commit 28e667380b
10 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
type hal_powershare_kona, coredomain, domain;
hal_server_domain(hal_powershare_kona, hal_lineage_powershare)
type hal_powershare_kona_exec, system_file_type, exec_type, file_type;
init_daemon_domain(hal_powershare_kona)
# Allow access to wireless rx enable nodes
allow hal_powershare_kona procfs_oem_wireless:dir search;
allow hal_powershare_kona procfs_oem_wireless:file rw_file_perms;