blob: 2ea6e4808b78b4c8273a5bc894f0a478d85efacd [file] [log] [blame]
// Copyright 2021 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/elf_stdio.shard.cml" ],
program: {
runner: "elf",
binary: "bin/netstack3",
},
capabilities: [
{
protocol: [
"fuchsia.net.debug.Interfaces",
"fuchsia.net.interfaces.admin.Installer",
"fuchsia.net.interfaces.State",
"fuchsia.net.stack.Stack",
"fuchsia.posix.socket.Provider",
],
},
],
expose: [
{
protocol: [
"fuchsia.net.debug.Interfaces",
"fuchsia.net.interfaces.admin.Installer",
"fuchsia.net.interfaces.State",
"fuchsia.net.stack.Stack",
"fuchsia.posix.socket.Provider",
],
from: "self",
},
],
}