blob: 7199988e04fa0359c7c68524b3ff19426a10850e [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/stub_inspect_component",
},
children: [
{
name: "stub_inspect_1",
url: "fuchsia-pkg://fuchsia.com/archivist-integration-tests#meta/stub_inspect_component.cm",
startup: "eager",
},
{
name: "stub_inspect_2",
url: "fuchsia-pkg://fuchsia.com/archivist-integration-tests#meta/stub_inspect_component.cm",
startup: "eager",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [
"#stub_inspect_1",
"#stub_inspect_2",
],
},
],
}