blob: 0d157bbc6a8b2f669f5ea4af4bf5f8c3e4228c6c [file] [log] [blame]
# Copyright 2022 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.
source_set("screenshot") {
sources = [
"flatland_screenshot.cc",
"flatland_screenshot.h",
"screenshot_manager.cc",
"screenshot_manager.h",
"util.cc",
"util.h",
]
public_deps = [
"//sdk/fidl/fuchsia.io:fuchsia.io_hlcpp",
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_hlcpp",
"//sdk/fidl/fuchsia.ui.composition:fuchsia.ui.composition_hlcpp",
"//sdk/fidl/fuchsia.ui.compression.internal:fuchsia.ui.compression.internal_cpp",
"//src/lib/fsl:fsl",
"//src/ui/scenic/lib/allocation",
"//src/ui/scenic/lib/flatland/engine",
"//src/ui/scenic/lib/image-compression:lib",
"//src/ui/scenic/lib/screen_capture",
"//zircon/system/ulib/fzl",
]
}