blob: 8c84150829d8aafe855a2f6ad5392e44041ed471 [file] [log] [blame]
# Copyright 2017 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("//garnet/lib/magma/gnbuild/magma.gni")
group("tools") {
public_deps = [
":magma_info",
]
}
executable("magma_info") {
sources = [
"info.cc",
]
deps = [
"$magma_build_root/fidl",
"$magma_build_root/include:magma_abi",
"$magma_build_root/src/magma_util",
"$zircon_build_root/public/lib/ddk",
"$zircon_build_root/public/lib/driver",
"$zircon_build_root/public/lib/fdio",
]
libs = [ "zircon" ]
}