1*e4a36f41SAndroid Build Coastguard Worker# allow binder connection from client to server 2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_remotelyprovisionedcomponent_avf_client, hal_remotelyprovisionedcomponent_avf_server) 3*e4a36f41SAndroid Build Coastguard Worker 4*e4a36f41SAndroid Build Coastguard Worker# allow client to find the service, allow server to register the service 5*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_remotelyprovisionedcomponent_avf, hal_remotelyprovisionedcomponent_avf_service) 6*e4a36f41SAndroid Build Coastguard Worker 7*e4a36f41SAndroid Build Coastguard Worker# allow binder communication from server to service_manager 8*e4a36f41SAndroid Build Coastguard Workerbinder_use(hal_remotelyprovisionedcomponent_avf_server) 9