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