diff options
author | Liming Gao <liming.gao@intel.com> | 2015-09-08 08:28:56 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-09-08 08:28:56 +0000 |
commit | 50e7d3d90d90ac261ef32e832968cd44df830542 (patch) | |
tree | f3365e69dab3785f9489a7694da07ec628ab0a69 /MdePkg/Library/UefiDebugLibDebugPortProtocol | |
parent | b29910d6563926f32a1388da5bb6b6f1ff16f948 (diff) | |
download | edk2-50e7d3d90d90ac261ef32e832968cd44df830542.tar.gz edk2-50e7d3d90d90ac261ef32e832968cd44df830542.tar.bz2 edk2-50e7d3d90d90ac261ef32e832968cd44df830542.zip |
MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocol
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18415 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDebugLibDebugPortProtocol')
-rw-r--r-- | MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c | 1 | ||||
-rw-r--r-- | MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c index fdad2f5556..10d3e347cc 100644 --- a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c +++ b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c @@ -327,3 +327,4 @@ DebugPrintLevelEnabled ( {
return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0);
}
+
diff --git a/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf b/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf index 11c7e815b8..0f18c27a11 100644 --- a/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf +++ b/MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf @@ -48,7 +48,7 @@ DebugPrintErrorLevelLib
[Protocols]
- gEfiDebugPortProtocolGuid ## UNDEFINED
+ gEfiDebugPortProtocolGuid ## CONSUMES
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
|