# HwBinder IPC from client to server | |
binder_call(hal_lineage_fod_client, hal_lineage_fod_server) | |
add_hwservice(hal_lineage_fod_server, hal_lineage_fod_hwservice) | |
allow hal_lineage_fod_client hal_lineage_fod_hwservice:hwservice_manager find; | |
# Allow binder communication with platform_app | |
binder_call(hal_lineage_fod, platform_app) |