Sign in
fuchsia
/
fuchsia
/
cc6f71c
/
.
/
src
/
sys
/
examples
/
topology
/
meta
/
echo_client.cml
blob: 4329f53e11bf58112ffac4de03c2ec320feb6280 [
file
] [
log
] [
blame
]
// Component manifest for the `echo_client` example program, which sends a message to the Echo
// service.
{
"program"
:
{
"binary"
:
"bin/echo_client"
,
},
"use"
:
[
{
"service"
:
"/svc/fidl.examples.topology.echo.Echo"
,
},
],
}