blob: 6c697a991e53aeecac34f6b8c0fe7f97601e1a5a [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/netstack/meta/netstack.shard.cml" ],
program: {
binary: "bin/netstack_with_tracing",
},
use: [
{
storage: "cache",
path: "/cache",
},
{
protocol: [
"fuchsia.stash.SecureStore",
"fuchsia.tracing.provider.Registry",
],
},
],
}