blob: 06d95f4963929ca60e717a1173e8a8c48e2d7c78 [file] [log] [blame]
# Copyright 2021 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.netemul") {
testonly = true
name = "fuchsia.netemul"
sources = [
"configurable_netstack.fidl",
"netemul.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.hardware.network",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.url",
"//src/connectivity/network/testing/netemul/network-context/fidl:network",
"//zircon/vdso/zx",
]
}