blob: fcba2346fc44408591fd1ae8c7a29a00c9504425 [file] [log] [blame]
// Copyright 2022 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.
{
children: [
{
name: "gumshoe",
url: "fuchsia-pkg://fuchsia.com/gumshoe#meta/gumshoe.cm",
startup: "eager",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#gumshoe",
},
{
protocol: "fuchsia.posix.socket.Provider",
from: "#network",
to: "#gumshoe",
},
{
protocol: [
"fuchsia.hwinfo.Board",
"fuchsia.hwinfo.Device",
"fuchsia.hwinfo.Product",
],
from: "#hwinfo",
to: "#gumshoe",
},
{
directory: "dev-class",
from: "parent",
as: "dev-class-block",
to: "#gumshoe",
subdir: "block",
},
],
}