Enable AIDL for V requirement AVC log in b/281968564#comment208 and go/v-ril-hal-migration Bug: 281968564 Test: telephony function test Flag: EXEMPT HAL interface change Change-Id: Id523192adf8ab2d60f1778b97274f5357d06707c Signed-off-by: Sungwoo choi <sungwoo48.choi@samsung.com>
8 lines
No EOL
412 B
Text
8 lines
No EOL
412 B
Text
type vendor_satellite_service, domain;
|
|
|
|
app_domain(vendor_satellite_service);
|
|
allow vendor_satellite_service app_api_service:service_manager find;
|
|
allow vendor_satellite_service hal_exynos_rild_hwservice:hwservice_manager find;
|
|
binder_call(vendor_satellite_service, rild)
|
|
allow vendor_satellite_service hal_vendor_radio_external_service:service_manager find;
|
|
binder_call(vendor_satellite_service, servicemanager) |