blob: ecc0c8d72dd5101179b78c1c028396d949b84748 [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("//build/components.gni")
fuchsia_component("vulkaninfo-cmp") {
manifest = "meta/vulkaninfo.cmx"
component_name = "vulkaninfo"
deps = [
"//src/lib/vulkan:vulkaninfo",
"//src/lib/vulkan/swapchain:image_pipe_swapchain_fb_layer",
"//src/lib/vulkan/validation_layers",
]
}
fuchsia_package("vulkaninfo") {
deps = [ ":vulkaninfo-cmp" ]
}