1# HwBinder IPC from client to server, and callbacks
2binder_call(mtk_hal_log_client, mtk_hal_log_server)
3binder_call(mtk_hal_log_server, mtk_hal_log_client)
4
5add_hwservice(mtk_hal_log_server, mtk_hal_log_hwservice)
6allow mtk_hal_log_client mtk_hal_log_hwservice:hwservice_manager find;
7