| { |
| include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ], |
| program: { |
| binary: "test/session_control_bin_test", |
| }, |
| collections: [ |
| { |
| name: "session", |
| durability: "transient", |
| }, |
| ], |
| capabilities: [ |
| { protocol: "fuchsia.test.Suite" }, |
| ], |
| use: [ |
| { runner: "rust_test_runner" }, |
| { |
| protocol: [ |
| "fuchsia.sys2.BlockingEventSource", |
| "fuchsia.sys2.Realm", |
| ], |
| from: "framework", |
| }, |
| { |
| protocol: [ "fuchsia.cobalt.LoggerFactory" ], |
| }, |
| { |
| event: "resolved", |
| from: "framework", |
| }, |
| ], |
| offer: [ |
| { |
| protocol: "fuchsia.session.Launcher", |
| from: "parent", |
| to: [ "#session" ], |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "self", |
| }, |
| ], |
| } |