Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress

to MdeModulePkg.

Remove references to previously deprecated PCDs (Nt32Pkg, UnixPkg):
* PcdDxeIplSupportCustomDecompress
* PcdDxeIplSupportTianoDecompress
* PcdDxeIplBuildShareCodeHobs

Rename references from PcdDxeIplSupportEfiDecompress to
PcdDxeIplSupportUefiDecompress in Nt32Pkg & UnixPkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8189 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2009-04-27 18:26:12 +00:00
parent 029940387f
commit 72670d3e4c
3 changed files with 8 additions and 11 deletions

View File

@@ -228,7 +228,12 @@
##
# If TRUE, FULL FTW protocol services (total six APIs) will be produced.
# If FASLE, only FTW Write service is available.
gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable|TRUE|BOOLEAN|0x0001200a
gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable|TRUE|BOOLEAN|0x0001200b
##
# If TRUE, DXE IPL must support the UEFI decompression algorithm.
# If FALSE, DXE IPL will not support UEFI decompression to save space.
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE|BOOLEAN|0x0001200c
[PcdsFeatureFlag.IA32]
##