Allow PCS to bind to LyricConfigProvider
- Sepolicy change Bug: 280340307 Test: Local Testing Change-Id: Id2dcf659b3c288b5c4c1756e9bd7ae80915b7942
This commit is contained in:
parent
53da5c420d
commit
89b8a6e02f
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ allow vendor_pcs_app app_api_service:service_manager find;
|
|||
|
||||
allow vendor_pcs_app cameraserver_service:service_manager find;
|
||||
|
||||
# Allow PCS to find the LyricConfigProvider service through ServiceManager.
|
||||
allow vendor_pcs_app vendor_camera_lyricconfigprovider_service:service_manager find;
|
||||
|
||||
allow vendor_pcs_app hal_pixel_remote_camera_service:service_manager add;
|
||||
|
||||
binder_call(vendor_pcs_app, hal_pixel_remote_camera_service);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue