summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/BootOnly/MiniSetupBin.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/MiniSetup/BootOnly/MiniSetupBin.sdl')
-rw-r--r--EDK/MiniSetup/BootOnly/MiniSetupBin.sdl45
1 files changed, 45 insertions, 0 deletions
diff --git a/EDK/MiniSetup/BootOnly/MiniSetupBin.sdl b/EDK/MiniSetup/BootOnly/MiniSetupBin.sdl
new file mode 100644
index 0000000..2830357
--- /dev/null
+++ b/EDK/MiniSetup/BootOnly/MiniSetupBin.sdl
@@ -0,0 +1,45 @@
+TOKEN
+ Name = "MiniSetup_Bin_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable MiniSetup support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "HII_VERSION"
+ Value = "2"
+ Help = "Build support for Differnet HII versions: Make UEFI 2.1 Token dependand to this."
+ TokenType = Integer
+ TargetH = Yes
+End
+
+
+TOKEN
+ Name = "APTIO_4_00"
+ Value = "1"
+ Help = "Use enhanced features of Aptio 4.00"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+End
+
+
+PATH
+ Name = "TSESRC_DIR"
+End
+
+ELINK
+ Name = "$(TSESRC_DIR)\MiniSetupLocal$(ARCH).lib"
+ Parent = "MINISETUPLIB"
+ Priority = 10
+ InvokeOrder = AfterParent
+End
+
+MODULE
+ Help = "Includes MiniSetupBin.mak to Project"
+ File = "MiniSetupBin.mak"
+End
+