]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Add two library instances
authorLiming Gao <liming.gao@intel.com>
Fri, 3 Apr 2015 02:50:57 +0000 (02:50 +0000)
committerlgao4 <lgao4@Edk2>
Fri, 3 Apr 2015 02:50:57 +0000 (02:50 +0000)
commit11ff2c714b3b2e79f574ed18b75edabd77f9a336
tree87d335ed0cb64264b086bc7638f538722a3572d3
parenta7adc5c566e5c434050868bd3c8a54101df1c548
MdeModulePkg: Add two library instances

Copy below two library instances from IntelFrameworkModulePkg to MdeModulePkg. Then, Platform dsc can
refer to them from MdeModulePkg, and remove the dependency of IntelFrameworkModulePkg. The ones in
IntelFrameworkModulePkg are still kept for compatibility.
1. PeiDxeDebugLibReportStatusCode
2. LzmaCustomDecompressLib

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17112 6f19259b-4bc3-4df7-8a09-765794883524
26 files changed:
MdeModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchDecompressLib.uni [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLibInternal.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zVersion.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra86.c [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/CpuArch.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzHash.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Types.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/history.txt [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/lzma.txt [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h [new file with mode: 0644]
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c [new file with mode: 0644]
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf [new file with mode: 0644]
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.uni [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dsc