diff options
author | Olivier Martin <olivier.martin@arm.com> | 2015-04-08 19:58:50 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-04-08 19:58:50 +0000 |
commit | 9435a57e510c6f893d615b8a511d0d2dca99eb44 (patch) | |
tree | ab254b2200908dfe6c734c2242b6e41d67a34a10 /EmbeddedPkg/Library | |
parent | ff247afd2286ba61cbbe52c57a06102b8223b76e (diff) | |
download | edk2-9435a57e510c6f893d615b8a511d0d2dca99eb44.tar.gz edk2-9435a57e510c6f893d615b8a511d0d2dca99eb44.tar.bz2 edk2-9435a57e510c6f893d615b8a511d0d2dca99eb44.zip |
ArmPlatformPkg: Use LzmaDecompress support from MdeModulePkg
LzmaDecompress support is moving from IntelFrameworkPkg to
MdeModulePkg.
This change ensures ArmPlatformPkg reflects this future change.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Ronald Cron <ronald.cron@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17133 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Library')
-rw-r--r-- | EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf b/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf index 1ec967b016..d64f5a3ff0 100644 --- a/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf +++ b/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf @@ -37,7 +37,7 @@ [Packages]
MdePkg/MdePkg.dec
- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
EmbeddedPkg/EmbeddedPkg.dec
[Guids]
|