summaryrefslogtreecommitdiff
path: root/Board/EM/TCG2/Common/TcgBins.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/TCG2/Common/TcgBins.sdl')
-rw-r--r--Board/EM/TCG2/Common/TcgBins.sdl42
1 files changed, 42 insertions, 0 deletions
diff --git a/Board/EM/TCG2/Common/TcgBins.sdl b/Board/EM/TCG2/Common/TcgBins.sdl
new file mode 100644
index 0000000..f3eddde
--- /dev/null
+++ b/Board/EM/TCG2/Common/TcgBins.sdl
@@ -0,0 +1,42 @@
+TOKEN
+ Name = "AMI_TCG_BINARIES"
+ Value = "1"
+ Help = "Main switch to enable Ami TCG binaries support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+
+MODULE
+ Help = "Include make file for module"
+ File = "TcgBins.mak"
+End
+
+
+
+PATH
+ Name = "TCG_BINS_DIR"
+ Help = "Directory for module part"
+End
+
+
+ELINK
+ Name = "$(BUILD_DIR)\TPM32BIN.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\LEGX16.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\MPTPM.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End