diff options
Diffstat (limited to 'MdeModulePkg/Universal/CapsulePei/CapsulePei.inf')
-rw-r--r-- | MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf b/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf index 2a0fa4b322..d7aa37186f 100644 --- a/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf +++ b/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf @@ -6,7 +6,7 @@ # This external input must be validated carefully to avoid security issue like
# buffer overflow, integer overflow.
#
-# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions
@@ -67,7 +67,7 @@ [Ppis]
gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES
- gPeiCapsulePpiGuid ## PRODUCES
+ gEfiPeiCapsulePpiGuid ## PRODUCES
[Ppis.IA32]
gEfiPeiLoadFilePpiGuid ## SOMETIMES_CONSUMES
|