blob: d3f0056bb44d8a46b953b16b541d213b62baae37 [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.
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 = []
public_deps = []
deps = [
"//sdk/lib/fit",
"//zircon/public/lib/async",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/fbl",
"//zircon/public/lib/zx",
]
}