blob: 0481e56da6a1b65a7b72fe4914314fd361b82b54 [file] [log] [blame] [edit]
# 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"
sources = [
"overview.fidl",
"sandbox.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.unknown",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}