blob: d1c6c3d47a8744b9daf7de98d842f7ba577d9152 [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.testing.harness") {
testonly = true
sdk_category = "compat_test"
sdk_area = "Testing"
stable = true
sources = [
"errors.fidl",
"overview.fidl",
"realm_proxy.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}