| // 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. | |
| // This shard should be used for capabilities that are only available or exposed | |
| // in production (non-test) configurations of Netstack2. | |
| { | |
| use: [ | |
| { | |
| protocol: [ | |
| "fuchsia.scheduler.deprecated.ProfileProvider", | |
| "fuchsia.scheduler.RoleManager", | |
| "fuchsia.stash.SecureStore", | |
| ], | |
| }, | |
| ], | |
| } |