danos/test/system/services/user-memory-test/build.zig.zon

16 lines
650 B
Plaintext

.{
.name = .user_memory_test,
.version = "0.0.0",
.fingerprint = 0xde57dc97fd81a402, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{
// build-support supplies the shared recipe; kernel is implicit in
// every binary (the root shim + link script live there). The rest
// are exactly the homes of this binary's declared imports.
.@"build-support" = .{ .path = "../../../../build-support" },
.kernel = .{ .path = "../../../../library/kernel" },
.device = .{ .path = "../../../../library/device" },
},
.paths = .{""},
}