mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
17 lines
618 B
Plaintext
17 lines
618 B
Plaintext
|
|
typeattribute debug_camera_app coredomain;
|
||
|
|
|
||
|
|
userdebug_or_eng(`
|
||
|
|
app_domain(debug_camera_app)
|
||
|
|
net_domain(debug_camera_app)
|
||
|
|
|
||
|
|
allow debug_camera_app app_api_service:service_manager find;
|
||
|
|
allow debug_camera_app audioserver_service:service_manager find;
|
||
|
|
allow debug_camera_app cameraserver_service:service_manager find;
|
||
|
|
allow debug_camera_app mediaextractor_service:service_manager find;
|
||
|
|
allow debug_camera_app mediametrics_service:service_manager find;
|
||
|
|
allow debug_camera_app mediaserver_service:service_manager find;
|
||
|
|
|
||
|
|
# Allows camera app to access the PowerHAL.
|
||
|
|
hal_client_domain(debug_camera_app, hal_power)
|
||
|
|
')
|