| { | |
| 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" ], | |
| }, | |
| ], | |
| } |