blob: 297bb55823dd86c249ba2015016f206e5e16cda9 [file] [log] [blame]
# Copyright 2016 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.
import("//src/graphics/lib/magma/gnbuild/magma.gni")
source_set("mock") {
public_configs = [
"$msd_intel_gen_build_root:msd_tests_include_config",
"$msd_intel_gen_build_root:msd_src_include_config",
]
public_deps = [
"$msd_intel_gen_build_root/src",
"//src/graphics/magma:msd",
"//src/graphics/magma/lib/magma/platform:buffer",
"//src/graphics/magma/lib/magma/util:macros",
]
sources = [ "mock_mapped_batch.h" ]
}