blob: 961b66a55fbba015b99bae6c0879302348a471de [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.
source_set("internal_buffer") {
sources = [
"internal_buffer.cc",
"internal_buffer.h",
]
public_deps = [
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_hlcpp",
"//sdk/lib/fit",
"//sdk/lib/syslog/cpp",
"//src/lib/memory_barriers",
"//zircon/system/ulib/fbl",
]
deps = [ "//sdk/lib/fit-promise" ]
}