summaryrefslogtreecommitdiff
path: root/Core/EM/TCG2/Common/TcgDxe.sdl
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/TCG2/Common/TcgDxe.sdl
downloadzprj-master.tar.xz
init. 1AQQW051HEADmaster
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