We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0545a1a commit d8bf346Copy full SHA for d8bf346
IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
@@ -1,7 +1,7 @@
1
## @file
2
# Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.
3
#
4
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
5
6
# This program and the accompanying materials
7
# are licensed and made available under the terms and conditions of the BSD License
@@ -51,5 +51,5 @@
51
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
52
53
[Guids]
54
- gEfiCapsuleGuid ## SOMETIMES_CONSUMED ## GUID # Capsule Image Header Guid
55
- gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMED ## GUID
+ gEfiCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # Capsule Image Header Guid
+ gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
0 commit comments