From b34eb190837327224a46723051a587d98b3cabd3 Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Mon, 19 Jan 2015 07:18:24 +0000 Subject: IntelFspPkg: Refine the format of meta data files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu Reviewed-by: Jiewen Yao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16622 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFspPkg/FspSecCore/FspSecCore.inf | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'IntelFspPkg/FspSecCore') diff --git a/IntelFspPkg/FspSecCore/FspSecCore.inf b/IntelFspPkg/FspSecCore/FspSecCore.inf index ae0994e5e3..aaeb28a5db 100644 --- a/IntelFspPkg/FspSecCore/FspSecCore.inf +++ b/IntelFspPkg/FspSecCore/FspSecCore.inf @@ -1,6 +1,7 @@ ## @file +# Sec Core for FSP # -# Copyright (c) 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -57,16 +58,16 @@ FspCommonLib [Pcd] - gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress - gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress - gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase - gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize - gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize + gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED + gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES [FixedPcd] - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES [Ppis] - gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED + gEfiTemporaryRamSupportPpiGuid ## PRODUCES -- cgit v1.2.3