| { | |
| include: [ | |
| "syslog/client.shard.cml", | |
| "//src/sys/test_runners/rust/default.shard.cml", | |
| ], | |
| program: { | |
| binary: "bin/session_control_bin_test", | |
| }, | |
| collections: [ | |
| { | |
| name: "session", | |
| durability: "transient", | |
| }, | |
| ], | |
| use: [ | |
| { | |
| protocol: [ "fuchsia.sys2.Realm" ], | |
| from: "framework", | |
| }, | |
| { | |
| protocol: [ "fuchsia.cobalt.LoggerFactory" ], | |
| }, | |
| ], | |
| offer: [ | |
| { | |
| protocol: "fuchsia.session.Launcher", | |
| from: "parent", | |
| to: "#session", | |
| }, | |
| ], | |
| } |