blob: cc95c64f1db2079a85199bfc145e5396522d978d [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.
{
children: [
{
name: "time-zone-info-service",
url: "fuchsia-pkg://fuchsia.com/time-zone-info-service#meta/time-zone-info-service.cm",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#time-zone-info-service",
},
{
protocol: "fuchsia.intl.TimeZones",
from: "#time-zone-info-service",
to: "#session-manager",
},
],
}