blob: 21c9ad06d562cd958d1426e598a8ffaf31fad224 [file] [log] [blame]
import("//build/image/image.gni")
source_set("hftest_vm") {
sources = [
"hftest.c",
"hftest.h",
]
deps = [
"//src:common",
"//src:dlog",
"//src:fdt",
"//src:memiter",
"//src/arch/${arch}:entry",
"//src/arch/${arch}/vm:hf_call",
"//src/arch/${arch}/vm:shutdown",
"//src/arch/${arch}/vm:vm_entry",
]
}
# TODO: work out what to run in the secondary VMs
source_set("other_vm") {
deps = [
"//src:common",
"//src:dlog",
"//src/arch/${arch}:entry",
"//src/arch/${arch}/vm:hf_call",
"//src/arch/${arch}/vm:shutdown",
"//src/arch/${arch}/vm:vm_entry",
]
}