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