X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FRegularExpressionDxe%2FRegularExpressionDxe.inf;h=d4d9a8399282faea01d86ee32053d7927bc3f660;hp=7f1023eed056bb880dc51533ac83357dfa37c31f;hb=82b15e36b55c1a57a0491cfac55aba734d3286ee;hpb=db3b92b40e17f4bf9393eea4a10f79d5165aeead diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index 7f1023eed0..d4d9a83992 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf @@ -1,9 +1,7 @@ -## -# @file -# +## @file # EFI_REGULAR_EXPRESSION_PROTOCOL Implementation # -# Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+# (C) Copyright 2015 Hewlett Packard Enterprise Development LP
# # This program and the accompanying materials are licensed and made available # under the terms and conditions of the BSD License that accompanies this @@ -65,13 +63,14 @@ MemoryAllocationLib BaseMemoryLib DebugLib + PrintLib [Guids] - gEfiRegexSyntaxTypePosixExtendedGuid - gEfiRegexSyntaxTypePerlGuid + gEfiRegexSyntaxTypePosixExtendedGuid ## CONSUMES ## GUID + gEfiRegexSyntaxTypePerlGuid ## CONSUMES ## GUID [Protocols] - gEfiRegularExpressionProtocolGuid + gEfiRegularExpressionProtocolGuid ## PRODUCES [BuildOptions] # Override MSFT build option to remove /Oi and /GL @@ -82,7 +81,6 @@ MSFT:DEBUG_*_IPF_CC_FLAGS == /nologo /c /WX /GS- /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /Zi /X MSFT:RELEASE_*_IPF_CC_FLAGS == /nologo /c /WX /GS- /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /X INTEL:*_*_*_CC_FLAGS = /Oi- - GCC:*_*_*_CC_FLAGS = -fno-builtin # Oniguruma: potentially uninitialized local variable used MSFT:*_*_*_CC_FLAGS = /wd4701