blob: 0b7a8304fd7ca382b14671e3b64cde7c92386098 [file] [log] [blame]
# Copyright 2025 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.
load(
"@rules_fuchsia//fuchsia:defs.bzl",
"fuchsia_fidl_library",
)
package(default_visibility = ["//visibility:public"])
fuchsia_fidl_library(
name = "fuchsia.hardware.clock.measure",
srcs = [
"measure.fidl",
],
cc_bindings = [
"cpp",
"cpp_wire",
"cpp_driver_wire",
"cpp_driver",
],
target_compatible_with = ["@platforms//os:fuchsia"],
deps = [
"@fuchsia_sdk//fidl/zx",
],
)