0ee3eecbfa
This is needed to use graphics RenderEngine, creation will try to access configstore. bug: 135717526 test: run MediaMetadataRetrieverTest, there shouldn't be any avc denials in logcat. Change-Id: Ie26ffe4844edd52684f254e77d9f515550dc82fb
11 lines
320 B
Text
11 lines
320 B
Text
typeattribute mediaserver coredomain;
|
|
|
|
init_daemon_domain(mediaserver)
|
|
tmpfs_domain(mediaserver)
|
|
|
|
# allocate and use graphic buffers
|
|
hal_client_domain(mediaserver, hal_graphics_allocator)
|
|
hal_client_domain(mediaserver, hal_configstore)
|
|
hal_client_domain(mediaserver, hal_omx)
|
|
hal_client_domain(mediaserver, hal_codec2)
|
|
|