blob: 85e668b6c07484844a31d2e1a235de6c93aa3bd6 [file] [log] [blame]
// Copyright 2021 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: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/reporter",
},
use: [
{
directory: "hub",
from: "parent",
rights: [ "r*" ],
path: "/hub",
},
{
protocol: [
"fidl.examples.routing.echo.Echo",
"fuchsia.diagnostics.ArchiveAccessor",
],
},
],
}