blob: e60fc910d247ba32c6f6f7b95bc876cd860522cd [file] [log] [blame]
# Copyright 2024 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.hrtimer") {
sdk_category = "internal"
sources = [ "hrtimer.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.power.broker",
"//zircon/vdso/zx",
]
}