2017-04-17 22:08:44 +02:00
|
|
|
# HwBinder IPC from client to server
|
|
|
|
binder_call(hal_configstore_client, hal_configstore_server)
|
2017-04-14 04:05:27 +02:00
|
|
|
|
2017-06-23 17:40:16 +02:00
|
|
|
allow hal_configstore_client hal_configstore_ISurfaceFlingerConfigs:hwservice_manager find;
|
|
|
|
|
2017-04-14 04:05:27 +02:00
|
|
|
add_hwservice(hal_configstore_server, hal_configstore_ISurfaceFlingerConfigs)
|
|
|
|
# As opposed to the rules of most other HALs, the different services exposed by
|
|
|
|
# this HAL should be restricted to different clients. Thus, the allow rules for
|
|
|
|
# clients are defined in the .te files of the clients.
|