Merge "Allow radioext to communicate with bt hal" into sc-dev
This commit is contained in:
commit
c03c055812
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ get_prop(hal_radioext_default, hwservicemanager_prop)
|
|||
add_hwservice(hal_radioext_default, hal_radioext_hwservice)
|
||||
|
||||
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;
|
||||
|
@ -17,4 +18,4 @@ allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
|
|||
allow hal_radioext_default sysfs_display:file rw_file_perms;
|
||||
|
||||
# Bluetooth
|
||||
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue