blob: 0b300eae5ca427a2bb895a89ad8d9e9b32192f5b [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",
"//sdk/lib/fit",
"//sdk/lib/syslog/cpp",
"//src/media/lib/memory_barriers",
"//zircon/system/ulib/fbl",
]
deps = [ "//sdk/lib/fit-promise" ]
}