• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type hal_radio_ext, domain;
2type hal_radio_ext_exec, exec_type, vendor_file_type, file_type;
3
4init_daemon_domain(hal_radio_ext)
5
6binder_call(hal_radio_ext, servicemanager)
7add_service(hal_radio_ext, hal_radio_ext_service)
8
9# Allow access to the backlight driver to set ssc_mode
10allow hal_radio_ext sysfs_leds:dir search;
11allow hal_radio_ext sysfs_leds:file rw_file_perms;
12