blob: 3095ebac508252068e884e76b43d5164c29db818 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/program_writing_inspect_bin",
},
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
],
config: {
publish_inspector: { type: "bool" },
publish_vmo: { type: "bool" },
},
}