1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_power_client, hal_power_server)
3binder_call(hal_power_server, hal_power_client)
4
5add_hwservice(hal_power_server, hal_power_hwservice)
6allow hal_power_client hal_power_hwservice:hwservice_manager find;
7