32 lines
1 KiB
Text
32 lines
1 KiB
Text
# Allow platform apps to interact with dtseagleservice
|
|
binder_call(platform_app, dtseagleservice)
|
|
|
|
# Allow platform apps to interact with fido daemon
|
|
binder_call(platform_app, fidodaemon)
|
|
|
|
# Allow platform apps to interact with secota daemon
|
|
allow platform_app secotad_service:service_manager find;
|
|
binder_call(platform_app, secotad)
|
|
|
|
# Allow platform apps to interact with imscm daemon
|
|
binder_call(platform_app, imscm)
|
|
allow platform_app imscm_service:service_manager find;
|
|
allow platform_app color_service:service_manager find;
|
|
|
|
# Allow NFC service to be found
|
|
allow platform_app nfc_service:service_manager find;
|
|
|
|
#Allow platform apps to interact with seemp health daemon
|
|
binder_call(platform_app, seemp_health_daemon)
|
|
|
|
# Allow improveTouch service to be found
|
|
binder_call(platform_app, hbtp);
|
|
|
|
# Allow cneservice to be found
|
|
allow platform_app cne_service:service_manager find;
|
|
|
|
# Allow gba_auth_service to be found
|
|
allow platform_app gba_auth_service:service_manager find;
|
|
|
|
# Allow dpmservice to be found
|
|
allow platform_app dpmservice:service_manager find;
|