Alice Wang | e79bbf9 | 2023-11-14 07:38:18 +0000 | [diff] [blame^] | 1 | # allow binder connection from client to server |
| 2 | binder_call(hal_remotelyprovisionedcomponent_avf_client, hal_remotelyprovisionedcomponent_avf_server) |
| 3 | |
| 4 | # allow client to find the service, allow server to register the service |
| 5 | hal_attribute_service(hal_remotelyprovisionedcomponent_avf, hal_remotelyprovisionedcomponent_avf_service) |
| 6 | |
| 7 | # allow binder communication from server to service_manager |
| 8 | binder_use(hal_remotelyprovisionedcomponent_avf_server) |