blob: ab4c7d5da807e227b921d68147bf832aaf0867df [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:fuchsia.sysmem_banjo_c",
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_c",
]
}