blob: 6417b62890215faff687cfebbe395b6d3aa028e4 [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
Steven Moreland90996382018-06-11 14:36:12 -07004hal_attribute_hwservice(hal_allocator, hidl_allocator_hwservice)
Alex Klyubin53656c12017-04-13 19:05:27 -07005allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find;
Tri Vo90cf5a72018-10-18 12:39:35 -07006allow hal_allocator_client same_process_hal_file:file { execute read open getattr map };