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