1type mds_app, domain;
2
3app_domain(mds_app)
4
5userdebug_or_eng(`
6  net_domain(mds_app)
7
8  allow mds_app app_api_service:service_manager find;
9  allow mds_app surfaceflinger_service:service_manager find;
10
11  allow mds_app diag_device:chr_file rw_file_perms;
12
13  set_prop(mds_app, modem_diag_prop)
14')
15