blob: 4d51c2d7c9fc1dd9983901e0762d6300af885859 [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.qcom.hvdcpopti",
srcs = [
"hvdcp_opti.fidl",
],
cc_bindings = [
"cpp",
"cpp_wire",
],
target_compatible_with = ["@platforms//os:fuchsia"],
deps = [
"@fuchsia_sdk//fidl/fuchsia.power.system",
"@fuchsia_sdk//fidl/zx",
],
)