blob: 74551787645314616d06e298c9e79ebf050028f0 [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.
zx_library("dma-buffer") {
sdk = "source"
sdk_headers = [ "lib/dma-buffer/buffer.h" ]
shared = false
sources = [ "dma-buffer.cc" ]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
configs += [ "$zx_build/public/gn/config:static-libc++" ]
}