Merge "Add permission for mediacodec to bindercall camera hal" into main
This commit is contained in:
commit
46b0571690
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# Google Mediacodec
|
||||
type mediacodec_google, domain;
|
||||
type mediacodec_google_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
|
@ -8,6 +9,7 @@ hal_server_domain(mediacodec_google, hal_codec2)
|
|||
hal_client_domain(mediacodec_google, hal_graphics_allocator)
|
||||
|
||||
add_service(mediacodec_google, eco_service)
|
||||
binder_call(mediacodec_google, hal_camera_default)
|
||||
|
||||
allow mediacodec_google dmabuf_system_heap_device:chr_file r_file_perms;
|
||||
allow mediacodec_google video_device:chr_file { read write open ioctl map };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue