blob: 1347559c23fa52a241e5747b38edbd232a9331fa [file] [log] [blame]
// 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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/dev_time_source",
},
capabilities: [
{
protocol: [ "fuchsia.time.external.PushSource" ],
},
],
use: [
{
protocol: [ "test.time.TimeSourceControl" ],
from: "parent",
},
],
expose: [
{
protocol: [ "fuchsia.time.external.PushSource" ],
from: "self",
},
],
}