summaryrefslogtreecommitdiff
path: root/Core/EM/TCG2/Common/TcgPei.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/TCG2/Common/TcgPei.sdl')
-rw-r--r--Core/EM/TCG2/Common/TcgPei.sdl34
1 files changed, 34 insertions, 0 deletions
diff --git a/Core/EM/TCG2/Common/TcgPei.sdl b/Core/EM/TCG2/Common/TcgPei.sdl
new file mode 100644
index 0000000..445a5a2
--- /dev/null
+++ b/Core/EM/TCG2/Common/TcgPei.sdl
@@ -0,0 +1,34 @@
+TOKEN
+ Name = "TcgPeiSupport"
+ Value = "1"
+ Help = "Enable or Diasble TcgPeiSupport"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetH = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Token = "TCG2Support" "=" "1"
+End
+
+PATH
+ Name = "TCGPEI_DIR"
+End
+
+MODULE
+ Help = "Includes tcgpei.mak into project"
+ Path = "$(TCGPEI_DIR)"
+ File = "tcgpei.mak"
+End
+
+MODULE
+ Help = "Includes tcgpei.mak into project"
+ Path = "$(TCGPEI_DIR)"
+ File = "TcgPeiAftermem.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\tcgPei.ffs"
+ Parent = "$(BUILD_DIR)\TcgPlatformSetupPeiPolicy.ffs"
+ InvokeOrder = AfterParent
+End
+