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