diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-14 09:37:44 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-14 09:37:44 +0000 |
commit | 03d77031fe0c1223abb0f9601a48465409a7be85 (patch) | |
tree | 56d485f7543cc266791a39aba89279286d5a94f0 /MdeModulePkg/Universal/DebugSupportDxe | |
parent | 0bb0f0c95dab93026af22f917605cc88a579b312 (diff) | |
download | edk2-platforms-03d77031fe0c1223abb0f9601a48465409a7be85.tar.xz |
1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.dec, even though they are the same value with gEfiDebugPortProtocolGuid.
2. Meta data clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7271 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf index 9b424e31fe..44a8f0666c 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf @@ -80,8 +80,8 @@ [Protocols]
- gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
+ gEfiLoadedImageProtocolGuid ## CONSUMED
+ gEfiDebugSupportProtocolGuid ## PRODUCED
[FeaturePcd.IA32]
|