blob: a9b85be0cb1f90bed7a3a85b19daeb09f9e3ef4b [file] [log] [blame]
Dan Cashman91d398d2017-09-26 12:58:29 -07001typeattribute mediaserver coredomain;
2
3init_daemon_domain(mediaserver)
4
5# allocate and use graphic buffers
6hal_client_domain(mediaserver, hal_graphics_allocator)
7
8# TODO(b/36375899): Remove this once OMX HAL is attributized and mediaserver is marked as a client
9# of OMX HAL.
10allow mediaserver hal_omx_hwservice:hwservice_manager find;