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