diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd
index 7f1fbcccbc..9a8861f838 100644
--- a/EdkModulePkg/EdkModulePkg.spd
+++ b/EdkModulePkg/EdkModulePkg.spd
@@ -1090,5 +1090,50 @@
0x0
Size of the FTW working block section in NV firmware volume.
+
+ PcdDxeIplSupportEfiDecompress
+ 0x00010034
+ gEfiEdkModulePkgTokenSpaceGuid
+ BOOLEAN
+ FEATURE_FLAG
+ TRUE
+ If this feature is enabled, then the DXE IPL must support decompressing files compressed with the EFI Compression algorithm
+
+
+ PcdDxeIplSupportTianoDecompress
+ 0x00010035
+ gEfiEdkModulePkgTokenSpaceGuid
+ BOOLEAN
+ FEATURE_FLAG
+ TRUE
+ If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Tiano Compression algorithm
+
+
+ PcdDxeIplSupportCustomDecompress
+ 0x00010036
+ gEfiEdkModulePkgTokenSpaceGuid
+ BOOLEAN
+ FEATURE_FLAG
+ TRUE
+ If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Custom Compression algorithm
+
+
+ PcdDevicePathSupportDevicePathToText
+ 0x00010037
+ gEfiEdkModulePkgTokenSpaceGuid
+ BOOLEAN
+ FEATURE_FLAG
+ FALSE
+ If TRUE, then the Device Path To Text Protocol should be produced by the platform
+
+
+ PcdDevicePathSupportDevicePathFromText
+ 0x00010038
+ gEfiEdkModulePkgTokenSpaceGuid
+ BOOLEAN
+ FEATURE_FLAG
+ FALSE
+ If TRUE, then the Device Path From Text Protocol should be produced by the platform
+
\ No newline at end of file