blob: c637263f5f1167328dbf2cdf58d2fd22a21e1563 [file]
# 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",
"//zircon/system/ulib/sysmem-version",
]
}