blob: 713b03d44804ba9c81d412711e0d4d304d865a3c [file] [log] [blame]
# Copyright 2019 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("vmo") {
testonly = true
sources = [
"helpers.cc",
"vmo-clone.cc",
# TODO(stevensd): Rename once the clone flag names are cleaned up
"vmo-clone2.cc",
"vmo-signal.cc",
"vmo-slice.cc",
"vmo-zero.cc",
"vmo.cc",
]
deps = [
"..:maybe-standalone",
"//sdk/lib/fdio",
"//sdk/lib/fit",
"//zircon/kernel/lib/boot-options",
"//zircon/system/ulib/explicit-memory",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/fzl",
"//zircon/system/ulib/zxc",
"//zircon/system/ulib/zxtest",
]
}