Allow PCS to bind to LyricConfigProvider am: 89b8a6e02f am: 06018b5a14

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/24200762

Change-Id: Ied55928c72c3d19e9c3681f59421b7760383316a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
malikakash 2023-07-27 01:21:20 +00:00 committed by Automerger Merge Worker
commit 740912a963

View File

@ -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);