blob: b2431b670ad329ac4d6887bb70f6874b44fa8cb8 [file] [log] [blame]
# Copyright 2018 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.sys2") {
# TODO(fxb/35879): Remove lint exclusions by fixing known FIDL lint violations in this target
excluded_checks = [
"invalid-copyright-for-platform-source-library",
"string-bounds-not-specified",
"vector-bounds-not-specified",
]
sdk_category = "internal"
public_deps = [
"//sdk/fidl/fuchsia.data",
"//zircon/system/fidl/fuchsia-io",
"//zircon/system/fidl/fuchsia-io2",
]
sources = [
"constants.fidl",
"decls/child_decl.fidl",
"decls/collection_decl.fidl",
"decls/component_decl.fidl",
"decls/expose_decl.fidl",
"decls/offer_decl.fidl",
"decls/relative_refs.fidl",
"decls/runner_decl.fidl",
"decls/storage_decl.fidl",
"decls/use_decl.fidl",
"error.fidl",
"moniker.fidl",
"realm.fidl",
"runtime/component.fidl",
"runtime/component_namespace.fidl",
"runtime/component_resolver.fidl",
"runtime/component_runner.fidl",
"runtime/package.fidl",
"system_controller.fidl",
"types.fidl",
"work_scheduler.fidl",
]
}