Home | History | Annotate | Download | only in public
      1 # HwBinder IPC from client to server, and callbacks
      2 binder_call(hal_power_client, hal_power_server)
      3 binder_call(hal_power_server, hal_power_client)
      4 
      5 add_hwservice(hal_power_server, hal_power_hwservice)
      6 allow hal_power_client hal_power_hwservice:hwservice_manager find;
      7