blob: c48ab1210e31e5f1387839ab1e78e07c7d9cdb93 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/inspect_test_runner",
},
capabilities: [
{
runner: "inspect_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
protocol: [ "fuchsia.diagnostics.RealArchiveAccessor" ],
},
{
protocol: [ "fuchsia.diagnostics.RealFeedbackArchiveAccessor" ],
},
{
protocol: [ "fuchsia.diagnostics.RealLegacyMetricsArchiveAccessor" ],
},
],
expose: [
{
runner: "inspect_test_runner",
from: "self",
},
],
}