diff options
Diffstat (limited to 'IntelFspWrapperPkg/FspWrapperSecCore')
-rw-r--r-- | IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf b/IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf index fc221fc856..479a5090cc 100644 --- a/IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf +++ b/IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf @@ -1,7 +1,7 @@ ## @file
# This is the first module taking control of the platform upon power-on/reset.
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 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
@@ -57,10 +57,10 @@ PeCoffExtraActionLib
[Ppis]
- gTopOfTemporaryRamPpiGuid
+ gTopOfTemporaryRamPpiGuid ## CONSUMES
[FixedPcd]
- gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported
+ gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported ## CONSUMES
[Pcd]
- gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize
+ gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
|