blob: 53b7e266ec7a091c59c461fa66b8e56ef2d16223 [file] [log] [blame]
# 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.sysmem") {
# TODO(https://fxbug.dev/42111344): Remove lint exclusions by fixing known FIDL lint violations in this target
excluded_checks = [ "invalid-case-for-constant" ]
sdk_category = "partner"
sdk_area = "Unknown"
api = "fuchsia.sysmem.api"
sources = [
"allocator.fidl",
"collection.fidl",
"collections_deprecated.fidl",
"constraints.fidl",
"driver_connector.fidl",
"format_modifier.fidl",
"formats_deprecated.fidl",
"image_formats.fidl",
"image_formats_deprecated.fidl",
"overview.fidl",
"secure_mem.fidl",
"usages.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.sysmem2",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}