blob: 700c495c7075faf47c12bd8c34949259e88e4cca [file] [log] [blame] [edit]
# Copyright 2021 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("//build/fidl/fidl.gni")
fidl("fuchsia.sysmem") {
sources = [
"constraints.fidl",
"format_modifier.fidl",
"image_formats.fidl",
"image_formats_deprecated.fidl",
"metadata.fidl",
"overview.fidl",
"usages.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
enable_banjo = true
}