blob: 6ba5f3e480dbb46840d45069be57d0261e0711b2 [file] [log] [blame]
// Copyright 2024 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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
args: [ "detect" ],
},
use: [
{
protocol: [
"fuchsia.diagnostics.FeedbackArchiveAccessor",
"fuchsia.feedback.CrashReporter",
"fuchsia.feedback.CrashReportingProductRegister",
],
from: "parent",
},
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
],
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
],
config: {
check_every: {
type: "string",
max_size: 100,
},
test_only: { type: "bool" },
},
}