| // Copyright 2020 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. |
| |
| // Refer to //src/sys/time/timekeeper/config.shard.cml for the data schema. |
| { |
| disable_delays: true, |
| oscillator_error_std_dev_ppm: 15, |
| max_frequency_error_ppm: 10, |
| primary_time_source_url: "#meta/dev_time_source.cm", |
| initial_frequency_ppm: 1000000, |
| monitor_uses_pull: false, |
| back_off_time_between_pull_samples_sec: 5, |
| first_sampling_delay_sec: 0, |
| primary_uses_pull: false, |
| monitor_time_source_url: "", |
| utc_start_at_startup: true, |
| early_exit: false, |
| power_topology_integration_enabled: false, |
| serve_test_protocols: true, |
| has_real_time_clock: true, |
| utc_start_at_startup_when_invalid_rtc: false, |
| serve_fuchsia_time_alarms: false, |
| has_always_on_counter: false, |
| serve_fuchsia_time_external_adjust: false, |
| utc_max_allowed_delta_past_sec: 0, |
| utc_max_allowed_delta_future_sec: 0, |
| use_connectivity: false, |
| } |