blob: b989e2e942900ebfcf0cbc9036b83c31bc41f389 [file] [log] [blame]
Benjamin Schwartze7040ea2018-12-10 14:59:57 -08001# 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)
Benjamin Schwartzaf8b21a2020-08-03 14:31:43 -07006
7add_service(hal_power_stats_server, hal_power_stats_service)
8binder_call(hal_power_stats_server, servicemanager)
9
10allow hal_power_stats_client hal_power_stats_service:service_manager find;