blob: 1c5aa0aa7315f50cdd944465464a2e134c1f5138 [file] [log] [blame]
// Copyright 2025 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 into top-level components that provide test values.
{
capabilities: [
{
/// If set, Timekeeper should serve the FIDL protocol that allows external
/// time adjustment, `fuchsia.time.external/Adjust`.
config: "fuchsia.time.config.WritableUTCTime",
type: "bool",
value: false,
},
],
expose: [
{
// Give this config bit to parent.
config: "fuchsia.time.config.WritableUTCTime",
from: "self",
},
],
}