summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/uefi2.1/uefi21Bin.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/MiniSetup/uefi2.1/uefi21Bin.sdl')
-rw-r--r--EDK/MiniSetup/uefi2.1/uefi21Bin.sdl38
1 files changed, 38 insertions, 0 deletions
diff --git a/EDK/MiniSetup/uefi2.1/uefi21Bin.sdl b/EDK/MiniSetup/uefi2.1/uefi21Bin.sdl
new file mode 100644
index 0000000..b73b2f9
--- /dev/null
+++ b/EDK/MiniSetup/uefi2.1/uefi21Bin.sdl
@@ -0,0 +1,38 @@
+TOKEN
+ Name = "UEFI_2_1_BIN_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable UEFI 2.1 binary support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Token = "EFI_SPECIFICATION_VERSION" ">" "0x20000"
+End
+
+TOKEN
+ Name = "UEFI_2_1_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "SETUP_SUPPORT_PLATFORM_LANG_VAR"
+ Value = "1"
+ Help = "Set to enable PlatformLang and PlatformLangCode Vars."
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+PATH
+ Name = "UEFISRC_DIR"
+End
+
+ELINK
+ Name = "$(UEFISRC_DIR)\Uefi21Local$(ARCH).lib"
+ Parent = "MINISETUPLIB"
+ Priority = 20
+ InvokeOrder = AfterParent
+End \ No newline at end of file