blob: 93ac969de61599f69be2b657a516395fe95efa94 [file] [log] [blame] [edit]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
import "../../interfaces/Addition.idl4";
component Client {
control;
dataport Buf d;
uses Addition a;
}