summaryrefslogtreecommitdiff
path: root/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.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/CommonLibraries/ShaLib/ShaLib.sdl
downloadzprj-master.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl')
-rw-r--r--Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl27
1 files changed, 27 insertions, 0 deletions
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