Sign in
opensecura
/
3p
/
sel4
/
camkes
/
refs/heads/master
/
.
/
apps
/
fdtgen
/
fdtgen.camkes
blob: 9e411b12f144d55601e3da2ece59ae19df147da4 [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
component
Client
{
control
;
}
assembly
{
composition
{
component
Client
client
;
}
configuration
{
client
.
dtb
=
dtb
({
"path"
:
"/"
});
}
}