blob: d67d5f41a9c62a5d3f3fc6b9edfa414a29b72237 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/offer.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/elf_runner_stdout",
},
collections: [
{
name: "puppets",
durability: "transient",
},
],
use: [
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" },
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
],
}