blob: b1764f114c9862ce0eb3abf118bfe0fb428c374a [file] [log] [blame]
Alex Klyubin53656c12017-04-13 19:05:27 -07001# 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
5add_hwservice(hal_thermal_server, hal_thermal_hwservice)
6allow hal_thermal_client hal_thermal_hwservice:hwservice_manager find;