Skip to content

Commit d8bf346

Browse files
Shumin Qiushenshushi
Shumin Qiu
authored and
shenshushi
committed
Refine the format of GUID in INF files for IntelFrameworkModulePkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu <[email protected]> Reviewed-by: Jeff Fan <[email protected]> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16614 6f19259b-4bc3-4df7-8a09-765794883524
1 parent 0545a1a commit d8bf346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## @file
22
# Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.
33
#
4-
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
4+
# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
55
#
66
# This program and the accompanying materials
77
# are licensed and made available under the terms and conditions of the BSD License
@@ -51,5 +51,5 @@
5151
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
5252

5353
[Guids]
54-
gEfiCapsuleGuid ## SOMETIMES_CONSUMED ## GUID # Capsule Image Header Guid
55-
gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMED ## GUID
54+
gEfiCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # Capsule Image Header Guid
55+
gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID

0 commit comments

Comments
 (0)