blob: f38d26ae19986fea60a513f6d8ebf3eb1519fe45 [file] [log] [blame]
# Copyright 2022 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.resolution") {
sdk_category = "partner"
stable = true
sdk_area = "Component Framework"
sources = [
"component.fidl",
"overview.fidl",
"package.fidl",
"resolver.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.mem",
"//sdk/fidl/fuchsia.version",
]
enable_hlcpp = true
enable_rust_next = true
}