blob: caf2afad94fdd168c0b4a427eeb64acb2cb1b1a7 [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.
import("//build/zircon/zx_library.gni")
zx_library("fdio-caller") {
sdk = "source"
sdk_publishable = "internal"
sdk_headers = [ "lib/fdio/cpp/caller.h" ]
sources = []
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
]
public_deps = [
"//sdk/fidl/fuchsia.io:fuchsia.io_cpp",
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}