blob: 738900675454d9b83b5794ce006e8d6a1f98a304 [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",
},
],
}