1# HwBinder IPC from client to server, and callbacks
2binder_call(mtk_hal_lbs_client, mtk_hal_lbs_server)
3binder_call(mtk_hal_lbs_server, mtk_hal_lbs_client)
4
5add_hwservice(mtk_hal_lbs_server, mtk_hal_lbs_hwservice)
6allow mtk_hal_lbs_client mtk_hal_lbs_hwservice:hwservice_manager find;
7
8vndbinder_use(mtk_hal_lbs)