summaryrefslogtreecommitdiff
path: root/Board/EM/TCG2/Common/Tpm20PlatformDxe.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/TCG2/Common/Tpm20PlatformDxe.sdl')
-rw-r--r--Board/EM/TCG2/Common/Tpm20PlatformDxe.sdl27
1 files changed, 27 insertions, 0 deletions
diff --git a/Board/EM/TCG2/Common/Tpm20PlatformDxe.sdl b/Board/EM/TCG2/Common/Tpm20PlatformDxe.sdl
new file mode 100644
index 0000000..e510add
--- /dev/null
+++ b/Board/EM/TCG2/Common/Tpm20PlatformDxe.sdl
@@ -0,0 +1,27 @@
+TOKEN
+ Name = "Tpm20PlatformSupport"
+ Value = "1"
+ Help = "Enable or Disable TCG_generic support"
+ TokenType = Boolean
+ TargetH = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Token = "TPM20Enabled" "!=" "0"
+End
+
+
+PATH
+ Name = "TPM_20_PLATFORM_DXE_DIR"
+End
+
+MODULE
+ Help = ""
+ File = "Tpm20PlatformDxe.mak"
+End
+
+
+ELINK
+ Name = "$(BUILD_DIR)\Tpm20PlatformDxe.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End