blob: 5cd1382d168654b0157cfd46e1700fa92d6046e3 [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.
{
include: [ "syslog/offer.shard.cml" ],
children: [
{
name: "diagnostics",
url: "fuchsia-pkg://fuchsia.com/diagnostics#meta/diagnostics.cm",
},
],
expose: [
{
protocol: "fuchsia.component.DetectBinder",
from: "#diagnostics",
availability: "same_as_target",
},
],
}