blob: 7fd7f4640f73ef2be6baccd9852b02fd3443c40d [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")
group("testing") {
deps = [ ":test.thermal" ]
}
fidl("test.thermal") {
sources = [ "thermal_test_control.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.thermal" ]
}