| { |
| program: { |
| binary: "test/input_session_bin_test", |
| }, |
| collections: [ |
| { |
| name: "session", |
| durability: "transient", |
| }, |
| ], |
| capabilities: [ |
| { protocol: "fuchsia.test.Suite" }, |
| ], |
| use: [ |
| { runner: "rust_test_runner" }, |
| { |
| directory: "dev-class-input-report", |
| from: "parent", |
| rights: [ "r*" ], |
| path: "/dev/class/input-report", |
| }, |
| { |
| protocol: [ |
| "fuchsia.logger.LogSink", |
| "fuchsia.sys2.BlockingEventSource", |
| ], |
| }, |
| { |
| protocol: [ "fuchsia.sys2.Realm" ], |
| from: "framework", |
| }, |
| { |
| event: [ |
| "capability_routed", |
| "resolved", |
| "started", |
| ], |
| from: "framework", |
| }, |
| ], |
| offer: [ |
| { |
| protocol: "fuchsia.logger.LogSink", |
| from: "parent", |
| to: [ "#session" ], |
| }, |
| { |
| directory: "dev-class-input-report", |
| from: "parent", |
| to: [ "#session" ], |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "self", |
| }, |
| ], |
| } |