blob: ec7ca4b88e6e452ef8b51e61b9d63bce348884b1 [file] [log] [blame]
// Copyright 2023 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.
{
offer: [
{
protocol: [
"fuchsia.feedback.CrashReporter",
"fuchsia.feedback.CrashReportingProductRegister",
],
from: "#feedback",
to: "#diagnostics",
dependency: "weak",
source_availability: "unknown",
},
{
directory: "config-data",
from: "parent",
as: "triage-detect-config-data",
to: "#diagnostics",
subdir: "triage-detect",
},
],
}