blob: cfb178b30d0bed3e7cf186a4d3987fdb941d3634 [file] [log] [blame]
# Copyright 2021 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("sysmem") {
sources = [
"sysmem.cc",
"sysmem.h",
]
public_deps = [
"//sdk/banjo/fuchsia.sysmem",
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_c",
]
}