blob: 9e11f8137bc72d4cc5bc9706be9dbe4856f33b55 [file]
// Copyright 2024 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/power/bench/power_framework/meta/share.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/client.shard.cml",
"trace/client.shard.cml",
],
program: {
binary: "bin/integration",
},
use: [
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" },
],
}