blob: f6c33cf12a3d2836eaccc8dacb6f8550b798f1e0 [file] [log] [blame]
# Copyright 2020 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")
import("//build/fidl/toolchain.gni")
group("testing") {
deps = [ ":test.thermal($fidl_toolchain)" ]
}
fidl("test.thermal") {
sources = [ "thermal_test_control.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.thermal" ]
enable_hlcpp = true
}