blob: 00a1bc6927243209f2d1b22f5ddf233a590b6e14 [file] [log] [blame]
# Copyright 2019 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.internal") {
sources = [
"component_id_index.fidl",
"config.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.component.decl",
]
sdk_category = "internal"
}