From a6e5d81458b288348ab6411447bd074b315d23fd Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 7 Apr 2015 00:29:01 +0000 Subject: [PATCH] MdeModulePkg: Add LzmaDecompress Guid Move LzmaDecompress GUID definition from IntelFrameworkModulePkg to MdeModulePkg Fix wrong commit 17111. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17121 6f19259b-4bc3-4df7-8a09-765794883524 --- {Include => MdeModulePkg/Include}/Guid/LzmaDecompress.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Include => MdeModulePkg/Include}/Guid/LzmaDecompress.h (100%) diff --git a/Include/Guid/LzmaDecompress.h b/MdeModulePkg/Include/Guid/LzmaDecompress.h similarity index 100% rename from Include/Guid/LzmaDecompress.h rename to MdeModulePkg/Include/Guid/LzmaDecompress.h