blob: e71a27ac8a579e864c01e4a16c62afc986544d55 [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")
loader_build_root = "//third_party/vulkan_loader_and_validation_layers"
shared_library("swapchain") {
output_name = "VkLayer_image_pipe_swapchain"
include_dirs = [
"$loader_build_root/include",
"$loader_build_root/loader",
"$loader_build_root/layers",
"$loader_build_root/icd/common/",
]
sources = [
"image_pipe_swapchain_layer.cc",
]
deps = [
"$loader_build_root:extra_vulkan_headers",
"$loader_build_root/layers:layer_common",
"$magma_build_root/src/display_pipe",
"//garnet/public/lib/images/fidl",
]
}