blob: ed25cef3df499b4bf24a0cd0f0a5d8421f171ac4 [file] [log] [blame]
// Copyright 2020 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: {
binary: "bin/launcher",
args: [ "log-stats" ],
},
capabilities: [
{
protocol: [ "fuchsia.diagnostics.internal.LogStatsController" ],
},
{
directory: "diagnostics",
rights: [ "connect" ],
path: "/diagnostics",
},
],
use: [
{ runner: "elf" },
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
},
],
expose: [
{
protocol: [ "fuchsia.diagnostics.internal.LogStatsController" ],
from: "self",
},
{
directory: "diagnostics",
from: "self",
to: "framework",
},
],
}