Home | History | Annotate | Download | only in public
      1 # HwBinder IPC from client to server, and callbacks
      2 binder_call(hal_health_client, hal_health_server)
      3 binder_call(hal_health_server, hal_health_client)
      4 
      5 add_hwservice(hal_health_server, hal_health_hwservice)
      6 allow hal_health_client hal_health_hwservice:hwservice_manager find;
      7 
      8 # Read access to system files for HALs in
      9 # /{system,vendor,odm}/lib[64]/hw/ in order
     10 # to be able to open the hal implementation .so files
     11 r_dir_file(hal_health, system_file)
     12