summaryrefslogtreecommitdiff
path: root/Core/EM/TCG2/CommonLibraries/ShaLib
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/CommonLibraries/ShaLib
downloadzprj-master.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'Core/EM/TCG2/CommonLibraries/ShaLib')
-rw-r--r--Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif10
-rw-r--r--Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.libbin0 -> 39300 bytes
-rw-r--r--Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl27
-rw-r--r--Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.libbin0 -> 36454 bytes
4 files changed, 37 insertions, 0 deletions
diff --git a/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif
new file mode 100644
index 0000000..697a7b6
--- /dev/null
+++ b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif
@@ -0,0 +1,10 @@
+<component>
+ name = "ShaLib"
+ category = ModulePart
+ LocalRoot = "Core\EM\TCG2\CommonLibraries\ShaLib"
+ RefName = "ShaLib"
+[files]
+"ShaLib.sdl"
+"ShaLibPei.lib"
+"ShaLib.lib"
+<endComponent>
diff --git a/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib
new file mode 100644
index 0000000..651216b
--- /dev/null
+++ b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib
Binary files differ
diff --git a/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl
new file mode 100644
index 0000000..6a6785f
--- /dev/null
+++ b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl
@@ -0,0 +1,27 @@
+TOKEN
+ Name = "ShaLib_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Token = "TCG2Support" "=" "1"
+End
+
+TOKEN
+ Name = "SHALIB"
+ Value = "$(SHALIB_DIR)\SHALIB.lib"
+ TokenType = "Expression"
+ TargetMAK = Yes
+End
+
+TOKEN
+ Name = "SHALIBPEI"
+ Value = "$(SHALIB_DIR)\SHALIBPEI.lib"
+ TokenType = "Expression"
+ TargetMAK = Yes
+End
+
+PATH
+ Name = "SHALIB_DIR"
+End \ No newline at end of file
diff --git a/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib
new file mode 100644
index 0000000..780b06b
--- /dev/null
+++ b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib
Binary files differ