xref: /aosp_15_r20/system/sepolicy/private/hal_thermal.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_thermal_client, hal_thermal_server)
3binder_call(hal_thermal_server, hal_thermal_client)
4
5hal_attribute_hwservice(hal_thermal, hal_thermal_hwservice)
6hal_attribute_service(hal_thermal, hal_thermal_service)
7
8add_service(hal_thermal_server, hal_thermal_service)
9binder_call(hal_thermal_server, servicemanager)
10binder_call(hal_thermal_client, servicemanager)
11