Expand description
A basic “resource” crate which contains hard-coded Hyper-V Secure Boot Template JSON files which can be embedded directly into a final binary.
This crate should not include any cfg(target_arch)
or cfg(guest_arch)
gates! Unused templates should be stripped from the final binary by the
linker.