xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/hal_gnss.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_gnss_client, hal_gnss_server)
3binder_call(hal_gnss_server, hal_gnss_client)
4
5hal_attribute_hwservice(hal_gnss, hal_gnss_hwservice)
6hal_attribute_service(hal_gnss, hal_gnss_service)
7binder_call(hal_gnss_server, servicemanager)
8binder_call(hal_gnss_client, servicemanager)
9
10