blob: 0c28d0e06196696097ee061d52f100ea15feba97 [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"
public_deps = [
"//sdk/fidl/fuchsia.component",
"//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" ]
enable_hlcpp = true
}