blob: 99940bcac8dffcf4c3b359ef07aabc96a84b15c0 [file] [log] [blame]
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/realm_with_many_children",
},
collections: [
{
name: "children",
durability: "transient",
},
],
use: [
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [ "#children" ],
},
],
}