| // Copyright 2022 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/sys/time/timekeeper/meta/service.cml", |
| "sys/component/realm_builder.shard.cml", |
| ], |
| use: [ |
| { |
| protocol: [ "test.time.TimeSourceControl" ], |
| }, |
| ], |
| offer: [ |
| { |
| protocol: "test.time.TimeSourceControl", |
| from: "parent", |
| to: "#timesource", |
| }, |
| { |
| protocol: "fuchsia.time.external.PushSource", |
| from: "parent", |
| to: "#timesource", |
| }, |
| ], |
| } |