blob: 703239f1d2fcf87608952f3bc8fe32c69c054fb9 [file] [log] [blame]
# Copyright 2023 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.fan") {
sdk_category = "internal"
sources = [ "fan.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.thermal",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}