blob: a9b85be0cb1f90bed7a3a85b19daeb09f9e3ef4b [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute mediaserver coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003init_daemon_domain(mediaserver)
Mathias Agopian9901ff72017-03-29 19:08:34 -07004
5# allocate and use graphic buffers
6hal_client_domain(mediaserver, hal_graphics_allocator)
Alex Klyubin53656c12017-04-13 19:05:27 -07007
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;