blob: e4adc27f39895bc62e7f0c6a8228d9daa764dd6a [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/diagnostics/validator/inspect/meta/puppet.shard.cml" ],
program: {
runner: "elf",
binary: "bin/go-puppet-dispatcher-bin",
},
children: [
{
name: "puppet-internal",
url: "puppet-internal#meta/puppet-internal-component.cm",
startup: "eager",
},
],
use: [
{
protocol: "diagnostics.validate.deprecated.InspectPuppet",
from: "#puppet-internal",
},
],
}