Home | History | Annotate | Download | only in public
      1 # HwBinder IPC from client to server
      2 binder_call(hal_authsecret_client, hal_authsecret_server)
      3 
      4 add_hwservice(hal_authsecret_server, hal_authsecret_hwservice)
      5 allow hal_authsecret_client hal_authsecret_hwservice:hwservice_manager find;
      6