Alex Klyubin | 09d13e7 | 2017-03-16 19:17:15 -0700 | [diff] [blame] | 1 | # HwBinder IPC from client to server, and callbacks |
| 2 | binder_call(hal_bootctl_client, hal_bootctl_server) |
| 3 | binder_call(hal_bootctl_server, hal_bootctl_client) |
Alex Klyubin | 53656c1 | 2017-04-13 19:05:27 -0700 | [diff] [blame] | 4 | |
Steven Moreland | 9234e00 | 2018-06-06 09:30:18 -0700 | [diff] [blame] | 5 | hal_attribute_hwservice(hal_bootctl, hal_bootctl_hwservice) |
Devin Moore | 840d4f3 | 2021-02-17 09:30:52 -0800 | [diff] [blame^] | 6 | allow hal_bootctl_server proc_bootconfig:file r_file_perms; |