blob: 1c6cb916fa4019bc5644c8f308c43d477a5e8f01 [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-utils") {
sdk = "source"
sdk_headers = [ "lib/fidl-utils/bind.h" ]
sources = []
deps = [
"//zircon/public/lib/fidl",
"//zircon/system/ulib/fidl-async",
]
public_deps = [
"//zircon/public/lib/async",
"//zircon/public/lib/fbl",
"//zircon/public/lib/fidl",
"//zircon/public/lib/zx",
"//zircon/system/ulib/fidl-async",
]
}