xref: /aosp_15_r20/system/sepolicy/private/hal_power_stats.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_power_stats_client, hal_power_stats_server)
3binder_call(hal_power_stats_server, hal_power_stats_client)
4
5hal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice)
6hal_attribute_service(hal_power_stats, hal_power_stats_service)
7
8binder_call(hal_power_stats_server, servicemanager)
9binder_call(hal_power_stats_client, servicemanager)
10