blob: 057c091c74cfe95010f021f11e6d1f5ed6f99128 [file] [log] [blame]
# Copyright 2023 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.sandbox") {
sdk_category = "partner"
stable = true
sdk_area = "Component Framework"
sources = [
"availability.fidl",
"overview.fidl",
"sandbox.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}