blob: d979d08b9a2ae064ef7ee3e73617c1907a20e2b8 [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",
"//src/media/lib/memory_barriers",
"//zircon/public/lib/fbl",
"//zircon/system/ulib/syslog",
]
}