blob: 44bfcfc19b4a6c97cdd30b13b34b034bc0ebaed6 [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.
executable("lspwr") {
sources = [
"lspwr.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-power:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}