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