blob: 1d32f75893d28deb6878ad5918e9440d84daa623 [file] [log] [blame] [edit]
# 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 = "partner"
sources = [
"clock-impl.fidl",
"init.fidl",
]
sdk_area = "Drivers"
stable = true
contains_drivers = true
public_deps = [ "//zircon/vdso/zx" ]
}