blob: cda0b02dfcb2300513241cf50deb060750cf2518 [file] [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" ]
}