You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
305 B
6 lines
305 B
# HwBinder IPC from client to server |
|
binder_call(hal_allocator_client, hal_allocator_server) |
|
|
|
add_hwservice(hal_allocator_server, hidl_allocator_hwservice) |
|
allow hal_allocator_client hidl_allocator_hwservice:hwservice_manager find; |
|
allow hal_allocator_client hidl_memory_hwservice:hwservice_manager find;
|
|
|