| // Copyright 2024 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 file must contain the same configuration keys as | |
| // `routed_configs.shard.cml`. It is used as a replacement for routed | |
| // configurations in hermetic netstack tests. | |
| { | |
| config: { | |
| // Stand-in for fuchsia.power.SuspendEnabled. | |
| suspend_enabled: { type: "bool" }, | |
| }, | |
| } |