diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/TCG2/Common/TcgPei.sdl | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Core/EM/TCG2/Common/TcgPei.sdl')
-rw-r--r-- | Core/EM/TCG2/Common/TcgPei.sdl | 34 |
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 + |