blob: 83d612a5705f82d25c2604958162e114c4a92c4b [file]
{
include: [
"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.diagnostics.ArchiveAccessor" ],
},
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#coll",
},
],
}