blob: a934e2ce9d88a24c906b72fdf4ac413e6443e4ed [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/assembly/bootfs_files_for_assembly.gni")
executable("lspwr") {
visibility = [ ":*" ]
sources = [ "lspwr.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.powersource:fuchsia.hardware.powersource_cpp",
"//sdk/lib/component/incoming/cpp",
"//zircon/system/ulib/fbl",
]
}
bootfs_files_for_assembly("bootfs") {
deps = [ ":lspwr" ]
}