Add sepolicy configs for LyricConfigProvider Service
- Introduce service_context for ILyricConfigProvider service - Allow adding the ILyricConfigProvider to the service manager. - Allow HAL to find ILyricConfigProvider from servicemanager - Allow all proceses in com.google.pixel.services:* to have the same domain as the app (vendor_pbcs_app) -- We'll be running services in their own processes so this is needed. - TODO: binder_call(vendor_pbcs_app, vendor_pcs_app); Allow PBCS appdomain to make binder calls into PCS appdomain after ag/24030784 lands. Bug: 280340307 Test: We can successfully start and register the LyricConfigProvider service with the servicemanager. Change-Id: Ia0a74065e98761e48aa041bf7f2f34188017cee4
This commit is contained in:
parent
88284b922a
commit
8a5b714f8d
5 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# Pixel PeristentBackgroundCameraServices
|
||||
user=system seinfo=platform name=com.google.pixel.camera.services domain=vendor_pbcs_app type=system_app_data_file levelFrom=all
|
||||
# The :* will allow all services, which run in their own processes, to use the same vendor_pbcs_app domain.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue