1# HwBinder IPC from client to server, and callbacks 2binder_call(hal_contexthub_client, hal_contexthub_server) 3binder_call(hal_contexthub_server, hal_contexthub_client) 4 5add_service(hal_contexthub_server, hal_contexthub_service) 6binder_call(hal_contexthub_server, servicemanager) 7 8allow hal_contexthub_client hal_contexthub_service:service_manager find; 9 10hal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice) 11