Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
12 lines
617 B
Text
12 lines
617 B
Text
type grilservice_app, domain;
|
|
app_domain(grilservice_app)
|
|
|
|
allow grilservice_app app_api_service:service_manager find;
|
|
allow grilservice_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
|
allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
|
|
allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
|
|
allow grilservice_app hal_audiometricext_hwservice:hwservice_manager find;
|
|
binder_call(grilservice_app, hal_bluetooth_btlinux)
|
|
binder_call(grilservice_app, hal_radioext_default)
|
|
binder_call(grilservice_app, hal_wifi_ext)
|
|
binder_call(grilservice_app, hal_audiometricext_default)
|