Sign in
opensecura
/
3p
/
sel4
/
camkes
/
refs/heads/master
/
.
/
apps
/
RPCOverMultiSharedData
/
components
/
Client
/
Client.camkes
blob: d0937cded0390a4dde55185d4c303f37de59712b [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
import
"../../interfaces/Addition.idl4"
;
component
Client
{
control
;
uses
Addition
a
;
}