Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 1 | typeattribute mediaserver coredomain; |
2 | |||||
3 | init_daemon_domain(mediaserver) | ||||
4 | |||||
5 | # allocate and use graphic buffers | ||||
6 | hal_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. | ||||
10 | allow mediaserver hal_omx_hwservice:hwservice_manager find; |