blob: 707ac2dac6bfdb5e959a4bb6d9b2d8a5380e77f5 [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/inspect/client.shard.cml",
"sdk/lib/diagnostics/syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/launcher",
args: [ "log-stats" ],
},
capabilities: [
{
protocol: [ "fuchsia.diagnostics.internal.LogStatsController" ],
},
],
use: [
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
},
],
expose: [
{
protocol: [ "fuchsia.diagnostics.internal.LogStatsController" ],
from: "self",
},
],
}