diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 02:39:20 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 02:39:20 +0000 |
commit | d73be1d1b139d08d2545cd9af612f6af4a56d044 (patch) | |
tree | fb07955d6a027b756aabdfd059d6a75e087280b3 /MdeModulePkg/MdeModulePkg.dec | |
parent | ea1ac7a0f736dfcdb43df01e87037c899693e42b (diff) | |
download | edk2-d73be1d1b139d08d2545cd9af612f6af4a56d044.zip edk2-d73be1d1b139d08d2545cd9af612f6af4a56d044.tar.gz edk2-d73be1d1b139d08d2545cd9af612f6af4a56d044.tar.bz2 |
Remove BaseMemoryTest PPI and related producers and consumers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7560 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 4dcdbdb..b3ad2dc 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -273,11 +273,6 @@ ## Include/Protocol/HotPlugDevice.h
gEfiHotPlugDeviceGuid = { 0x220AC432, 0x1D43, 0x49E5, { 0xA7, 0x4F, 0x4C, 0x9D, 0xA6, 0x7A, 0xD2, 0x3B }}
-[Ppis.common]
- ## Pei memory test PPI used to Perform memory test in PEI phase.
- ## Include/Ppi/BaseMemoryTest.h
- gPeiBaseMemoryTestPpiGuid = { 0xB6EC423C, 0x21D2, 0x490D, { 0x85, 0xC6, 0xDD, 0x58, 0x64, 0xEA, 0xA6, 0x74 }}
-
[PcdsFeatureFlag.common]
## Indicate whether platform can support update capsule across a system reset
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE|BOOLEAN|0x0001001d
|