blob: 1141b2dc1447ca6ef76223cf85f4daf3174ed55b [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.io",
"//sdk/fidl/fuchsia.url",
]
sources = [ "component_runner.fidl" ]
}