blob: 234d4133856ee75cb614153a821abd25fe798c46 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "lspwr.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.power:fuchsia.hardware.power_c",
"//sdk/lib/fdio",
"//zircon/public/lib/fbl",
]
}