pub mod os { | |
pub const FAMILY: &str = ""; | |
pub const OS: &str = "uefi"; | |
pub const DLL_PREFIX: &str = ""; | |
pub const DLL_SUFFIX: &str = ""; | |
pub const DLL_EXTENSION: &str = ""; | |
pub const EXE_SUFFIX: &str = ".efi"; | |
pub const EXE_EXTENSION: &str = "efi"; | |
} |