diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-01-16 02:23:07 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-01-16 02:23:07 +0000 |
commit | d8bf346886357e6b469ef74e112dfc8f3f5269be (patch) | |
tree | e3a198b290cf91b8fa5416b1bb2f5a2929771e61 /IntelFrameworkModulePkg | |
parent | 0545a1a22d1a53a0ce1338a761b747b9ffae7a24 (diff) | |
download | edk2-platforms-d8bf346886357e6b469ef74e112dfc8f3f5269be.tar.xz |
Refine the format of GUID in INF files for IntelFrameworkModulePkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16614 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf b/IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf index 193af09019..28b4693c1f 100644 --- a/IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf +++ b/IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf @@ -1,7 +1,7 @@ ## @file
# Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.
#
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -51,5 +51,5 @@ gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
[Guids]
- gEfiCapsuleGuid ## SOMETIMES_CONSUMED ## GUID # Capsule Image Header Guid
- gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMED ## GUID
+ gEfiCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # Capsule Image Header Guid
+ gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
|