blob: 9ce5bc8ea914d6af2b82b170e5e43bf886a2dbcd [file] [log] [blame]
# Copyright 2019 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.thermal") {
sdk_category = "partner"
sources = [
"client_state.fidl",
"thermal.fidl",
]
}