Add permission to use mapper.

For allocating the buffer for the direct sensor API to use.

Bug: 37423054
Change-Id: I8f973a0d7b06640650a9a61428ebd97afc780ec0
This commit is contained in:
Chia-Kai Liang
2017-05-26 16:35:14 -07:00
parent df63270b72
commit 479abd5212

View File

@@ -5,9 +5,11 @@ vndbinder_use(hal_camera_default);
allow hal_camera_default qdisplay_service:service_manager { find };
allow hal_camera_default hal_graphics_mapper_hwservice:hwservice_manager find;
allow hal_camera_default hal_graphics_allocator_hwservice:hwservice_manager find;
binder_call(hal_camera_default, hal_graphics_composer)
binder_call(hal_camera_default, system_server)
binder_call(hal_camera_default, hal_graphics_allocator)
# For camera team debugging
userdebug_or_eng(`