blob: 06acaf76293e1b488976b1b751a94d1c16102d17 [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.
# library that holds ddk-platform defs
package(default_visibility = ["//visibility:public"])
cc_library(
name = "ddk-platform-defs",
hdrs = [
"include/lib/ddk/platform-defs.h",
],
includes = [
"include",
],
target_compatible_with = ["@platforms//os:fuchsia"],
)