blob: b187e7a96ca05ff6b424a258825dc518860afbe7 [file] [log] [blame]
# Copyright 2024 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.net.policy.socketproxy") {
sources = [
"dns_watcher.fidl",
"fuchsia.fidl",
"network_registry.fidl",
"socketproxy.fidl",
"starnix.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.posix.socket",
]
}