blob: 8b240b1ce3013649202b0908dddf63b5e905e630 [file] [log] [blame]
Dan Cashman91d398d2017-09-26 12:58:29 -07001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_bootctl_client, hal_bootctl_server)
3binder_call(hal_bootctl_server, hal_bootctl_client)
4
5add_hwservice(hal_bootctl_server, hal_bootctl_hwservice)
6allow hal_bootctl_client hal_bootctl_hwservice:hwservice_manager find;