blob: 1ff20aee54f01d85064f5e15cd638be2683bfe7d [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: [
"syslog/client.shard.cml",
"syslog/elf_stdio.shard.cml",
],
program: {
binary: "bin/debug_data_processor",
},
capabilities: [
{ protocol: "fuchsia.test.debug.DebugDataProcessor" },
],
expose: [
{
protocol: "fuchsia.test.debug.DebugDataProcessor",
from: "self",
},
],
}