blob: 73ca2969018e080f5e6bffff679e224cd9b87fee [file] [log] [blame]
# Copyright 2019 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("format_conversion") {
sources = [
"format_conversion.cc",
"format_conversion.h",
]
deps = [
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_cpp",
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_hlcpp",
"//zircon/system/ulib/image-format",
]
}