# 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. | |
library("image-format") { | |
sources = [ | |
"image_format.cc", | |
] | |
configs += [ "$zx/public/gn/config:visibility_hidden" ] | |
deps = [ | |
"$zx/system/fidl/fuchsia-sysmem:c", | |
"$zx/system/ulib/fbl", | |
"$zx/system/ulib/fidl", | |
"$zx/system/ulib/zircon", | |
] | |
} |