diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-08-12 16:16:42 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-08-15 16:42:43 +0800 |
commit | a6ee24fbddcd901347014e045611eb6108f4f741 (patch) | |
tree | b1ddb7e3310a0984b9437075bed0821357a4c860 | |
parent | 593ecbe3006fb39965d3a5638c5e8a9acf01fa81 (diff) | |
download | edk2-a6ee24fbddcd901347014e045611eb6108f4f741.tar.gz edk2-a6ee24fbddcd901347014e045611eb6108f4f741.tar.bz2 edk2-a6ee24fbddcd901347014e045611eb6108f4f741.zip |
MdeModulePkg/MdeModulePkg.dec: Remove gEfiDpcProtocolGuid
Since the transfer has been finished in previous patches,
gEfiDpcProtocolGuid can be removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1949
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 857735f7a9..19935c88fa 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -489,9 +489,6 @@ # Include/Protocol/DebuggerConfiguration.h
gEfiDebuggerConfigurationProtocolGuid = { 0x577d959c, 0xe967, 0x4546, { 0x86, 0x20, 0xc7, 0x78, 0xfa, 0xe5, 0xda, 0x05 }}
- ## Include/Protocol/Dpc.h
- gEfiDpcProtocolGuid = {0x480f8ae9, 0xc46, 0x4aa9, { 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }}
-
## Fault Tolerant Write protocol provides boot-time service to do fault tolerant write capability for block devices.
# Include/Protocol/FaultTolerantWrite.h
gEfiFaultTolerantWriteProtocolGuid = { 0x3EBD9E82, 0x2C78, 0x4DE6, { 0x97, 0x86, 0x8D, 0x4B, 0xFC, 0xB7, 0xC8, 0x81 }}
|