1 # HwBinder IPC from client to server 2 binder_call(hal_configstore_client, hal_configstore_server) 3 4 add_hwservice(hal_configstore_server, hal_configstore_ISurfaceFlingerConfigs) 5 # As opposed to the rules of most other HALs, the different services exposed by 6 # this HAL should be restricted to different clients. Thus, the allow rules for 7 # clients are defined in the .te files of the clients. 8