blob: 2c65e73bb8c0e4f1340ea6ed419f8af790ac4a77 [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: [ "//src/connectivity/network/netcfg/meta/common.shard.cml" ],
program: {
binary: "bin/netcfg_advanced",
},
capabilities: [
{ protocol: "fuchsia.net.virtualization.Control" },
],
expose: [
{
protocol: "fuchsia.net.virtualization.Control",
from: "self",
},
],
}