blob: 4bf6cfd522748f0d4db61f771e737059dec4e18a [file] [log] [blame]
Alex Klyubin75ca4832017-04-17 13:08:44 -07001# HwBinder IPC from client to server
2binder_call(hal_configstore_client, hal_configstore_server)
Alex Klyubin53656c12017-04-13 19:05:27 -07003
4add_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.