summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2015-09-11 09:35:43 +0000
committerdandanbi <dandanbi@Edk2>2015-09-11 09:35:43 +0000
commit27b5bf5d4b0b495f40a95aa7cd63bcd5a10c6dc4 (patch)
tree9e27e3c11adc6b9c97b31f5b33084ecc381ddf06 /MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
parent4f7d5c6792b67ed7b4fd9f8f5f64649f1f41bd95 (diff)
downloadedk2-27b5bf5d4b0b495f40a95aa7cd63bcd5a10c6dc4.tar.gz
edk2-27b5bf5d4b0b495f40a95aa7cd63bcd5a10c6dc4.tar.bz2
edk2-27b5bf5d4b0b495f40a95aa7cd63bcd5a10c6dc4.zip
MdeModulePkg:Refine the code comments in RegularExpressionDxe.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18444 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf')
-rw-r--r--MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf10
1 files changed, 4 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
index 7f1023eed0..36458fa81a 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
@@ -1,6 +1,4 @@
-##
-# @file
-#
+## @file
# EFI_REGULAR_EXPRESSION_PROTOCOL Implementation
#
# Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>
@@ -67,11 +65,11 @@
DebugLib
[Guids]
- gEfiRegexSyntaxTypePosixExtendedGuid
- gEfiRegexSyntaxTypePerlGuid
+ gEfiRegexSyntaxTypePosixExtendedGuid ## CONSUMES ## GUID
+ gEfiRegexSyntaxTypePerlGuid ## CONSUMES ## GUID
[Protocols]
- gEfiRegularExpressionProtocolGuid
+ gEfiRegularExpressionProtocolGuid ## PRODUCES
[BuildOptions]
# Override MSFT build option to remove /Oi and /GL