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/CommonLibraries | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/TCG2/CommonLibraries')
-rw-r--r-- | Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif | 10 | ||||
-rw-r--r-- | Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib | bin | 0 -> 39300 bytes | |||
-rw-r--r-- | Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl | 27 | ||||
-rw-r--r-- | Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..651216b --- /dev/null +++ b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib 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 Binary files differnew file mode 100644 index 0000000..780b06b --- /dev/null +++ b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib |