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.

8 lines
266 B

# HwBinder IPC from client to server
binder_call(hal_identity_client, hal_identity_server)
add_service(hal_identity_server, hal_identity_service)
binder_call(hal_identity_server, servicemanager)
allow hal_identity_client hal_identity_service:service_manager find;