blob: ad257480b8e5dfe21addad802d0cfec09c64b053 [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/lib/fuchsia-component-test/meta/fuchsia_component_test.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/realm_with_many_children",
},
collections: [
{
name: "children",
durability: "transient",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#children",
},
],
}