• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type hal_radioext_default, domain;
2type hal_radioext_default_exec, vendor_file_type, exec_type, file_type;
3init_daemon_domain(hal_radioext_default)
4
5hwbinder_use(hal_radioext_default)
6get_prop(hal_radioext_default, hwservicemanager_prop)
7add_hwservice(hal_radioext_default, hal_radioext_hwservice)
8
9binder_call(hal_radioext_default, grilservice_app)
10binder_call(hal_radioext_default, hal_bluetooth_btlinux)
11
12# RW /dev/oem_ipc0
13allow hal_radioext_default radio_device:chr_file rw_file_perms;
14
15# RW Freq Config files
16allow hal_radioext_default radio_vendor_data_file:dir create_dir_perms;
17allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
18allow hal_radioext_default sysfs_display:file rw_file_perms;
19
20# Bluetooth
21allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
22