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