Skip to content
Snippets Groups Projects
hal_gnss.te 261 B
Newer Older
  • Learn to ignore specific revisions
  • # HwBinder IPC from client to server, and callbacks
    binder_call(hal_gnss_client, hal_gnss_server)
    binder_call(hal_gnss_server, hal_gnss_client)
    
    add_hwservice(hal_gnss_server, hal_gnss_hwservice)
    allow hal_gnss_client hal_gnss_hwservice:hwservice_manager find;