blob: 7adc8af74be0323958e6a8285b417e3c1722ffa3 [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/child_for_stress_test",
},
collections: [
{
name: "children",
durability: "transient",
},
],
capabilities: [
{ protocol: "test.componentmanager.stresstests.ChildRealm" },
],
use: [
{ runner: "elf" },
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [ "#children" ],
},
],
expose: [
{
protocol: "test.componentmanager.stresstests.ChildRealm",
from: "self",
},
],
}