blob: d3ad6419bf52946274b8d17ba562e309b2f674ca [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.
// This is a v2 component manifest.
{
include: [
"//src/sys/test_runners/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/inspect_service_llcpp_unittests_bin",
},
children: [
{
name: "inspect_writer_app",
url: "#meta/program_writing_inspect.cm",
},
],
use: [
{
protocol: "fuchsia.component.Binder",
from: "#inspect_writer_app",
},
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" },
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#inspect_writer_app",
},
],
}