blob: e4f41c78d2851fb2b9c4ed668e8a93a77511180a [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.
{
include: [
"//src/connectivity/network/meta/netstack-common.shard.cml",
"inspect/offer.shard.cml",
"inspect/use.shard.cml",
"trace/client.shard.cml",
],
program: {
runner: "elf",
},
capabilities: [
{
protocol: [ "fuchsia.net.filter.State" ],
},
],
expose: [
{
protocol: [ "fuchsia.net.filter.State" ],
from: "self",
},
],
}