blob: 33321672a3ac7f3de88f46d4cfc61afb50f93cca [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")
# NOTE: fuchsia.sys2 is slowly being unpacked into a set of
# `fuchsia.component.*` libraries.
fidl("fuchsia.sys2") {
# TODO(fxbug.dev/35879): Remove lint exclusions by fixing known FIDL lint violations in this target
excluded_checks = [ "string-bounds-not-specified" ]
sdk_category = "internal"
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.component.decl",
"//sdk/fidl/fuchsia.component.types",
"//sdk/fidl/fuchsia.data",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.io2",
"//sdk/fidl/fuchsia.mem",
"//sdk/fidl/fuchsia.process",
"//sdk/fidl/fuchsia.url",
]
sources = [
"crash_introspect.fidl",
"events.fidl",
"lifecycle_controller.fidl",
"runtime/component.fidl",
"runtime/component_resolver.fidl",
"runtime/package.fidl",
"storage_admin.fidl",
"system_controller.fidl",
]
}