| # 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. | |
| executable("temperature-cli") { | |
| sources = [ "main.cc" ] | |
| deps = [ | |
| "//sdk/fidl/fuchsia.hardware.adc:fuchsia.hardware.adc_cpp_wire", | |
| "//sdk/fidl/fuchsia.hardware.temperature:fuchsia.hardware.temperature_cpp_wire", | |
| "//sdk/lib/fdio", | |
| "//zircon/system/ulib/fbl", | |
| "//zircon/system/ulib/zx", | |
| ] | |
| } |