blob: e5e5fceda4f9540b989a1bd46312952c1ca3e1b1 [file] [log] [blame]
Pavel Maltsev43e172a2018-04-10 14:07:14 -07001hwbinder_use(hal_evs_client)
2hwbinder_use(hal_evs_server)
Changyeon Jo5c3bc582021-10-20 12:22:16 -07003
Pavel Maltsev43e172a2018-04-10 14:07:14 -07004binder_call(hal_evs_client, hal_evs_server)
5binder_call(hal_evs_server, hal_evs_client)
Changyeon Jo5c3bc582021-10-20 12:22:16 -07006
7# Below lines are equivalent to hal_attribute_hwservice(hal_evs, hal_evs_hwservice)
8# except it allows evsmanagerd to add hal_evs_hwservice.
9allow hal_evs_client hal_evs_hwservice:hwservice_manager find;
10allow hal_evs_server hal_evs_hwservice:hwservice_manager { add find };
11allow hal_evs_server hidl_base_hwservice:hwservice_manager add;
12neverallow { domain -hal_evs_server -evsmanagerd } hal_evs_hwservice:hwservice_manager add;