blob: 943fce7c1473db247e48e49969518adf8f7b7777 [file] [log] [blame]
# Copyright 2019 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.
library("zxs") {
sdk = "static"
sdk_headers = [
"lib/zxs/protocol.h",
"lib/zxs/zxs.h",
]
sources = [
"zxs.cpp",
]
public_deps = [
# <lib/zxs/zxs.h> has #include <fuchsia/net/c/fidl.h>.
"$zx/system/fidl/fuchsia-net:c.headers",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/fidl/fuchsia-net:c",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}