blob: 66615779fd60778799f98f6fb8a150081812dbfa [file] [log] [blame] [edit]
# 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.runner") {
sdk_category = "partner"
stable = true
sdk_area = "Component Framework"
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.component.sandbox",
"//sdk/fidl/fuchsia.data",
"//sdk/fidl/fuchsia.diagnostics.types",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.mem",
"//sdk/fidl/fuchsia.process",
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
sources = [
"component_runner.fidl",
"task_provider.fidl",
]
enable_hlcpp = true
enable_rust_next = true
}