Sign in
fuchsia
/
fuchsia
/
684a63d58857718e83c4feaacfdb2bca638834d4
/
.
/
examples
/
components
/
realm_builder
/
meta
/
echo_client.cmx
blob: 1b1bf69aed733d26524a7a6cbb5699941eeb1fde [
file
]
{
"include"
:
[
"syslog/client.shard.cmx"
],
"program"
:
{
"binary"
:
"bin/echo_client"
,
"args"
:
[
"Hello Fuchsia!"
]
},
"sandbox"
:
{
"services"
:
[
"fidl.examples.routing.echo.Echo"
]
}
}