blob: 0d1d3b30f066bad1e87922247ada84b715f84150 [file] [log] [blame]
# 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",
"overview.fidl",
"usages.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
enable_banjo = true
}