danos/test/system/services/protocol-registry-test/build.zig.zon

18 lines
811 B
Plaintext

.{
.name = .protocol_registry_test,
.version = "0.0.0",
.fingerprint = 0x76dd7e3bd3b6e2cd, // 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" },
// envelope: the errno vocabulary the registry refuses with;
// power-protocol: the exact event bytes the forged-shutdown probe posts.
.protocol = .{ .path = "../../../../library/protocol" },
},
.paths = .{""},
}