Skip to content
Snippets Groups Projects
Commit 8101bad7 authored by Hassan Shojania's avatar Hassan Shojania
Browse files

Modular DRM for MediaPlayer

Bug:    34559906
Test:	Manual through the test app
Change-Id: Ib69d4fe6b0e21f162f08cea061260c683e4b8c9b
parent f65641e9
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,9 @@ allow mediaserver processinfo_service:service_manager find;
allow mediaserver scheduling_policy_service:service_manager find;
allow mediaserver surfaceflinger_service:service_manager find;
# for ModDrm/MediaPlayer
allow mediaserver mediadrmserver_service:service_manager find;
# /oem access
allow mediaserver oemfs:dir search;
allow mediaserver oemfs:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment