blob: 0ce64922b301267ccedd33abe5c93f739cfb9e5e [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.trippoint") {
sdk_category = "partner"
stable = true
sdk_area = "Drivers"
sources = [ "trippoint.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.temperature",
"//zircon/vdso/zx",
]
enable_hlcpp = true
contains_drivers = true
}