1*e4a36f41SAndroid Build Coastguard Worker# CAN controller 2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_can_controller_client, hal_can_controller_server) 3*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_can_controller_server, hal_can_controller_client) 4*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_can_controller, hal_can_controller_hwservice) 5*e4a36f41SAndroid Build Coastguard Worker 6*e4a36f41SAndroid Build Coastguard Worker# CAN bus 7*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_can_bus_client, hal_can_bus_server) 8*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_can_bus_server, hal_can_bus_client) 9*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_can_bus, hal_can_bus_hwservice) 10*e4a36f41SAndroid Build Coastguard Worker 11*e4a36f41SAndroid Build Coastguard Worker# AIDL HAL for CAN buses (ICanController) 12*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_can_controller, hal_can_controller_service) 13*e4a36f41SAndroid Build Coastguard Workerbinder_use(hal_can_controller) 14