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) 4 5 add_hwservice(hal_bootctl_server, hal_bootctl_hwservice) 6 allow hal_bootctl_client hal_bootctl_hwservice:hwservice_manager find; 7 8 dontaudit hal_bootctl self:capability sys_rawio; 9