blob: 3f9755021e787f5944039de4378311319512f9d0 [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.
load(
"@rules_fuchsia//fuchsia:defs.bzl",
"fuchsia_bind_cc_library",
"fuchsia_bind_library",
)
package(default_visibility = ["//visibility:public"])
fuchsia_bind_library(
name = "gizmo.example",
srcs = [
"gizmo.example.bind",
],
target_compatible_with = ["@platforms//os:fuchsia"],
)
fuchsia_bind_cc_library(
name = "gizmo.example_cc",
library = "gizmo.example",
target_compatible_with = ["@platforms//os:fuchsia"],
)