blob: 1482065d29387152db8262fc1383eaadcfd085d2 [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("//src/graphics/lib/magma/gnbuild/magma.gni")
group("tools") {
public_deps = [ ":magma_info" ]
}
executable("magma_info") {
sources = [ "info.cc" ]
deps = [
"$magma_build_root/include:magma_abi",
"//sdk/fidl/fuchsia.gpu.magma:fuchsia.gpu.magma_llcpp",
"//sdk/lib/fdio",
"//src/devices/lib/driver",
"//src/lib/ddk",
"//src/lib/fxl",
"//src/zircon/lib/zircon",
]
}