blob: f9c39d38ff5608166aa31fab8695a3e3d852aa63 [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.
{
children: [
{
name: "netstack",
url: "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cm",
on_terminate: "reboot",
},
],
offer: [
{
protocol: "fuchsia.net.filter.deprecated.Filter",
from: "#netstack",
to: "#netcfg",
availability: "required",
},
],
expose: [
{
protocol: [
"fuchsia.net.stackmigrationdeprecated.Control",
"fuchsia.net.stackmigrationdeprecated.State",
],
from: "void",
availability: "optional",
},
{
directory: "diagnostics",
from: "#netstack",
as: "netstack-diagnostics",
availability: "required",
},
],
}