blob: 0d4f0f4c52ff88f3115843ae5ad4d0c5e3b30955 [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: "fastboot-tcp",
url: "fuchsia-pkg://fuchsia.com/fastboot-tcp#meta/fastboot_tcp.cm",
startup: "eager",
},
],
offer: [
{
protocol: [ "fuchsia.posix.socket.Provider" ],
from: "#network",
to: [ "#fastboot-tcp" ],
},
{
protocol: [
"fuchsia.hardware.power.statecontrol.Admin",
"fuchsia.logger.LogSink",
"fuchsia.paver.Paver",
],
from: "parent",
to: [ "#fastboot-tcp" ],
},
],
}