blob: 646cebdebec48a251147e2e8d984b95102e70ccc [file] [log] [blame]
Alex Klyubin7cda44f2017-03-21 14:28:53 -07001# HwBinder IPC from client to server
2binder_call(hal_allocator_client, hal_allocator_server)
Alex Klyubin53656c12017-04-13 19:05:27 -07003
4add_hwservice(hal_allocator_server, hidl_allocator_hwservice)
5allow hal_allocator_client hidl_allocator_hwservice:hwservice_manager find;
6allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find;