blob: 0191a75b07cb7d0221e6fd594b20a48d7a2bdfdf [file] [log] [blame]
# Copyright 2020 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.
zx_library("fdio-caller") {
sdk = "source"
sdk_headers = [ "lib/fdio/cpp/caller.h" ]
sources = []
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zx",
]
public_deps = [
"$zx/system/ulib/fbl:headers",
"$zx/system/ulib/fdio:headers",
"$zx/system/ulib/zx:headers",
]
}