summaryrefslogtreecommitdiff
path: root/Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.sdl')
-rw-r--r--Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.sdl32
1 files changed, 32 insertions, 0 deletions
diff --git a/Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.sdl b/Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.sdl
new file mode 100644
index 0000000..d8ba7cc
--- /dev/null
+++ b/Core/EM/SMBIOS/SmbiosPeim/SmbiosPeim.sdl
@@ -0,0 +1,32 @@
+TOKEN
+ Name = "SmbiosPeim_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable SmbiosPeim support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Token = "SB_WAKEUP_TYPE_FN" "=" "1"
+End
+
+PATH
+ Name = "SMBIOS_PEIM_DIR"
+End
+
+MODULE
+ Help = "Includes SmbiosPeim.mak to Project"
+ File = "SmbiosPeim.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\SmbiosPeim.ffs"
+ Parent = "FV_BB"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\SmbiosPeim.ffs"
+ Parent = "FT_FV_BB"
+ InvokeOrder = AfterParent
+ Token = "FtRecovery_SUPPORT" "=" "1"
+End \ No newline at end of file