blob: 5054140539067b1945d8dbee6592fb194478526d [file] [log] [blame]
# Copyright 2023 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.hardware.clockimpl") {
sdk_category = "internal"
sources = [
"clock-impl.fidl",
"init.fidl",
]
contains_drivers = true
public_deps = [ "//zircon/vdso/zx" ]
}