blob: 0c44847e1747c1df2991732cbb4437e14f2813ba [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.runner") {
sdk_category = "partner"
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.data",
"//sdk/fidl/fuchsia.url",
"//zircon/system/fidl/fuchsia-io",
]
sources = [ "component_runner.fidl" ]
}