blob: c5d506f3b82fadad5aaffd5bc7bc10d43c459280 [file] [log] [blame]
# Copyright 2020 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.component") {
sdk_category = "partner"
stable = true
sdk_area = "Component Framework"
sources = [
"binder.fidl",
"constants.fidl",
"controller.fidl",
"error.fidl",
"events.fidl",
"introspector.fidl",
"namespace.fidl",
"overview.fidl",
"realm.fidl",
"storage_admin.fidl",
"types.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component.decl",
"//sdk/fidl/fuchsia.component.resolution",
"//sdk/fidl/fuchsia.component.sandbox",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.process",
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
# TODO(https://fxbug.dev/42061105): Re-enable.
excluded_checks = [ "invalid-case-for-decl-name" ]
enable_hlcpp = true
enable_rust_next = true
}