blob: 721eb02ee6b1ab2c08ffcd7f7779b02d069a2a0d [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.posix.socket.packet") {
sdk_category = "internal"
sources = [ "socket.fidl" ]
public_deps = [
# TODO(https://fxbug.dev/88443): Remove this dependency since this target
# does not directly depend on `fuchsia.io`.
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.posix",
"//sdk/fidl/fuchsia.posix.socket",
]
}