blob: 414b71e7b4a530f684fc17802ab596c3d499983c [file] [log] [blame]
# Copyright 2016 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.time") {
sdk_category = "internal"
sources = [
"maintenance.fidl",
"utc.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
}