blob: 395b0c1cd6bfae5bc3c83bdf664dd92734f32ce8 [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 = [ "config.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.sys2",
]
sdk_category = "internal"
}