diff options
author | Cinnamon Shia <cinnamon.shia@hpe.com> | 2015-11-03 02:44:48 +0000 |
---|---|---|
committer | ydong10 <ydong10@Edk2> | 2015-11-03 02:44:48 +0000 |
commit | e7e346962b2ae6fcf05b840149cb0b1768173ae2 (patch) | |
tree | 3f8d4b4a60a5438153756d86b4a614468965595d | |
parent | 0af8e57c740304a5ee79d40d227b673fa9f223ef (diff) | |
download | edk2-platforms-e7e346962b2ae6fcf05b840149cb0b1768173ae2.tar.xz |
MdeModulePkg/RegularExpressionDxe: Add missing PrintLib
AsciiVSPrint is used in RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c.
But PrintLib is missing in RegularExpressionDxe.inf.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18721 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index 1f94aef20e..cfe42a6aa8 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf @@ -63,6 +63,7 @@ MemoryAllocationLib
BaseMemoryLib
DebugLib
+ PrintLib
[Guids]
gEfiRegexSyntaxTypePosixExtendedGuid ## CONSUMES ## GUID
|