gsi: Allow system apps to access aguiledbelt

For Unihertz Luna LEDs
This commit is contained in:
Peter Cai 2023-04-25 13:02:16 -04:00
parent 9bee6c0d9e
commit 8bb3c4bb3d
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
type hal_aguiledbelt_hwservice, hwservice_manager_type;
allow system_app hal_aguiledbelt_hwservice:hwservice_manager { find };
type hal_aguiledbelt, domain;
allow system_app hal_aguiledbelt:binder { call };