1typeattribute 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_codec2_hwservice:hwservice_manager find;
11allow mediaserver hal_omx_hwservice:hwservice_manager find;
12