Skip to content
Snippets Groups Projects
Commit 1222ece9 authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by Gerrit Code Review
Browse files

Merge "Camera: allow cameraserver access hal_graphics_allocator"

parents cc877324 93391686
Branches
Tags
No related merge requests found
...@@ -5,9 +5,11 @@ type cameraserver_exec, exec_type, file_type; ...@@ -5,9 +5,11 @@ type cameraserver_exec, exec_type, file_type;
binder_use(cameraserver) binder_use(cameraserver)
binder_call(cameraserver, binderservicedomain) binder_call(cameraserver, binderservicedomain)
binder_call(cameraserver, appdomain) binder_call(cameraserver, appdomain)
binder_call(cameraserver, hal_graphics_allocator)
binder_service(cameraserver) binder_service(cameraserver)
hal_client_domain(cameraserver, hal_camera) hal_client_domain(cameraserver, hal_camera)
hal_client_domain(cameraserver, hal_graphics_allocator)
allow cameraserver ion_device:chr_file rw_file_perms; allow cameraserver ion_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment