blob: 259a912d88b023687412b607e299abccc7e7d8bf [file] [log] [blame]
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/resolved_error_reporter",
},
children: [
{
name: "child_a",
url: "fuchsia-pkg://fuchsia.com/events_integration_test#meta/does_not_exist.cm",
startup: "lazy",
},
],
use: [
{ protocol: "fuchsia.sys2.EventSource" },
{
protocol: [
"fidl.examples.routing.echo.Echo",
"fuchsia.sys2.Realm",
],
from: "framework",
},
{
event: [
"resolved",
"started",
],
from: "framework",
modes: [ "async" ],
},
],
}