blob: 1524f4c9e3b8276867d3e02cbc53f57b1d9011f0 [file] [log] [blame] [edit]
# 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/lib/vulkan/vulkan.gni")
fuchsia_component("vulkaninfo-cmp") {
manifest = "meta/vulkaninfo.cml"
component_name = "vulkaninfo"
deps = [
"//src/lib/vulkan:vulkaninfo",
"//src/lib/vulkan/swapchain:image_pipe_swapchain_fb_layer",
"//src/lib/vulkan/validation_layers",
]
}
fuchsia_test_package("vulkaninfo") {
test_components = [ ":vulkaninfo-cmp" ]
test_specs = {
environments = vulkan_envs
}
}