1# HwBinder IPC from clients into server, and callbacks
2binder_call(hal_gpu_client, hal_gpu_server)
3binder_call(hal_gpu_server, hal_gpu_client)
4
5# give permission for hal client
6allow hal_gpu_client mtk_hal_gpu_hwservice :hwservice_manager find;
7