blob: 41cfd4bf3fa76cbdfdf7c94d974465975af46d0a [file] [log] [blame]
Alex Klyubin53656c12017-04-13 19:05:27 -07001# HwBinder IPC from client to server, and callbacks
2binder_call(hal_telephony_client, hal_telephony_server)
3binder_call(hal_telephony_server, hal_telephony_client)
4
5add_hwservice(hal_telephony_server, hal_telephony_hwservice)
6allow hal_telephony_client hal_telephony_hwservice:hwservice_manager find;
7