blob: 31a006740da1fd891ae90c2711ba3c18f0770f4e [file] [log] [blame]
Shubangc76e1582017-03-29 15:03:59 -07001# HwBinder IPC from clients into server, and callbacks
2binder_call(hal_tv_input_client, hal_tv_input_server)
3binder_call(hal_tv_input_server, hal_tv_input_client)
Alex Klyubin53656c12017-04-13 19:05:27 -07004
5add_hwservice(hal_tv_input_server, hal_tv_input_hwservice)
6allow hal_tv_input_client hal_tv_input_hwservice:hwservice_manager find;