| { | |
| include: [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cml", | |
| "src/sys/test_runners/rust/default.shard.cml", | |
| ], | |
| program: { | |
| binary: "bin/archive_reader_integration_test", | |
| }, | |
| collections: [ | |
| { | |
| name: "coll", | |
| durability: "transient", | |
| }, | |
| ], | |
| use: [ | |
| { | |
| protocol: [ | |
| "fuchsia.boot.WriteOnlyLog", | |
| "fuchsia.diagnostics.ArchiveAccessor", | |
| ], | |
| }, | |
| { | |
| protocol: "fuchsia.sys2.Realm", | |
| from: "framework", | |
| }, | |
| ], | |
| offer: [ | |
| { | |
| protocol: [ "fuchsia.logger.LogSink" ], | |
| from: "parent", | |
| to: [ "#coll" ], | |
| }, | |
| ], | |
| } |