blob: a888cf79b89c2bc2a1ffad2f3c42b6b586a5d78c [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.
library("block-client") {
sources = [
"client.c",
"client.cpp",
]
public_deps = [
# <block-client/cpp/client.h> has #include <lib/zx/fifo.h>.
"$zx/system/ulib/zx:headers",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/ddk:headers",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fs",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}