callbacks of AntennaTuningService. Remove callbacks from radioext native service to grilservice_app. Bug: 321790599 Test: Manual test. gripservice_app receive update from callback successfully. Because moving out the callbacks from radioext to grilservice_app, we don't need antennatuningservice bind to radioext anymore. Change-Id: I6827b506b9893e43d6d9268f623b33b848863a7c
24 lines
998 B
Text
24 lines
998 B
Text
type hal_radioext_default, domain;
|
|
type hal_radioext_default_exec, vendor_file_type, exec_type, file_type;
|
|
init_daemon_domain(hal_radioext_default)
|
|
|
|
hwbinder_use(hal_radioext_default)
|
|
get_prop(hal_radioext_default, hwservicemanager_prop)
|
|
get_prop(hal_radioext_default, telephony_modemtype_prop)
|
|
set_prop(hal_radioext_default, vendor_gril_prop)
|
|
add_hwservice(hal_radioext_default, hal_radioext_hwservice)
|
|
|
|
binder_call(hal_radioext_default, servicemanager)
|
|
binder_call(hal_radioext_default, grilservice_app)
|
|
binder_call(hal_radioext_default, hal_bluetooth_btlinux)
|
|
|
|
# RW /dev/oem_ipc0
|
|
allow hal_radioext_default radio_device:chr_file rw_file_perms;
|
|
|
|
# RW MIPI Freq files
|
|
allow hal_radioext_default radio_vendor_data_file:dir create_dir_perms;
|
|
allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
|
|
|
|
# Bluetooth
|
|
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
|
allow hal_radioext_default hal_bluetooth_coexistence_service:service_manager find;
|