Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute mediaserver coredomain; |
| 2 | |
dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 3 | init_daemon_domain(mediaserver) |
Mathias Agopian | 9901ff7 | 2017-03-29 19:08:34 -0700 | [diff] [blame] | 4 | |
| 5 | # allocate and use graphic buffers |
| 6 | hal_client_domain(mediaserver, hal_graphics_allocator) |
Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame^] | 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; |