Add vendor_pcs_app domain for PixelCameraServices

Bug: 287069860
Test: lunch <device-type>-userdebug && m
Change-Id: Ib5ee8dd71193b41190e7092e393ab912a4a7676a
This commit is contained in:
Utku Utkan 2023-07-11 17:20:26 -07:00
parent 32535854cc
commit 6c397defc4
2 changed files with 8 additions and 0 deletions

View file

@ -1,2 +1,5 @@
# Pixel PeristentBackgroundCameraServices # Pixel PeristentBackgroundCameraServices
user=system seinfo=platform name=com.google.pixel.camera.services domain=vendor_pbcs_app type=system_app_data_file levelFrom=all user=system seinfo=platform name=com.google.pixel.camera.services domain=vendor_pbcs_app type=system_app_data_file levelFrom=all
# Pixel Camera Services
user=_app seinfo=CameraServices name=com.google.android.apps.camera.services domain=vendor_pcs_app type=app_data_file levelFrom=all

View file

@ -0,0 +1,5 @@
type vendor_pcs_app, domain, coredomain;
app_domain(vendor_pcs_app);
allow vendor_pcs_app app_api_service:service_manager find;