diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-09 07:48:37 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-09 07:48:37 +0000 |
commit | 0f46efecd53aa2a7b78d7e787e9e017d250fb108 (patch) | |
tree | 38d520e0b71bb77f44dccd1fc6fe69a92b3c25c3 /MdePkg/Library/UefiDebugLibConOut | |
parent | 4176aa9faf481ae57e40c911fab5ef553294476d (diff) | |
download | edk2-platforms-0f46efecd53aa2a7b78d7e787e9e017d250fb108.tar.xz |
INF extension reviewed
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7235 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDebugLibConOut')
-rw-r--r-- | MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf index 19cfc806a3..222a79bb1d 100644 --- a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf +++ b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf @@ -46,7 +46,7 @@ UefiBootServicesTableLib
[Pcd.common]
- gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel
- gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue
- gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
+ gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
|