From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif | 10 ++++++++ Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib | Bin 0 -> 39300 bytes Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl | 27 ++++++++++++++++++++++ Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib | Bin 0 -> 36454 bytes 4 files changed, 37 insertions(+) create mode 100644 Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.cif create mode 100644 Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib create mode 100644 Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.sdl create mode 100644 Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib (limited to 'Core/EM/TCG2/CommonLibraries/ShaLib') 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 @@ + + name = "ShaLib" + category = ModulePart + LocalRoot = "Core\EM\TCG2\CommonLibraries\ShaLib" + RefName = "ShaLib" +[files] +"ShaLib.sdl" +"ShaLibPei.lib" +"ShaLib.lib" + 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 Binary files /dev/null and b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLib.lib 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 Binary files /dev/null and b/Core/EM/TCG2/CommonLibraries/ShaLib/ShaLibPei.lib differ -- cgit v1.2.3