blob: fd1e9c0ea985b27845b746639e74a36c77959bae [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")
import("//src/sys/component_index/component_index.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",
]
}
add_to_component_index("component-index") {
package_name = "vulkaninfo"
manifest = "meta/vulkaninfo.cmx"
}
fuchsia_package("vulkaninfo") {
deps = [
":component-index",
":vulkaninfo-cmp",
]
}