mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
0545a1a22d
commit
d8bf346886
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.
|
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -51,5 +51,5 @@
|
||||||
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiCapsuleGuid ## SOMETIMES_CONSUMED ## GUID # Capsule Image Header Guid
|
gEfiCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # Capsule Image Header Guid
|
||||||
gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMED ## GUID
|
gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
Loading…
Reference in New Issue