blob: 7b023bf3c07504b1830e7c60f7a3a95db023f69f [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.
##########################################
# Though under //zircon, this build file #
# is meant to be used in the Fuchsia GN #
# build. #
# See fxb/36548. #
##########################################
assert(!defined(zx) || zx != "/",
"This file can only be used in the Fuchsia GN build.")
import("//build/unification/zx_library.gni")
zx_library("fidl-async-2") {
sdk = "source"
sdk_headers = [
"lib/fidl-async-2/fidl_server.h",
"lib/fidl-async-2/fidl_struct.h",
"lib/fidl-async-2/simple_binding.h",
]
sources = []
deps = [
"//zircon/public/lib/async",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/fbl",
"//zircon/public/lib/fit",
"//zircon/public/lib/zx",
]
}