]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf
BaseTools: Refactor hash tracking after checking for Sources section
[mirror_edk2.git] / IntelFspWrapperPkg / FspWrapperSecCore / FspWrapperSecCore.inf
CommitLineData
a33a2f62
JY
1## @file\r
2# This is the first module taking control of the platform upon power-on/reset.\r
3#\r
b0446065 4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
a33a2f62 5#\r
19486360 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a33a2f62
JY
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = FspWrapperSecCore\r
954894f2 13 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09\r
a33a2f62
JY
14 MODULE_TYPE = SEC\r
15 VERSION_STRING = 1.0\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32\r
21#\r
22\r
23[Sources]\r
24 SecMain.c\r
25 SecMain.h\r
26 FindPeiCore.c\r
27\r
28[Sources.IA32]\r
29 Ia32/ResetVec.asm16 | MSFT\r
30 Ia32/ResetVec.asm16 | INTEL\r
31 Ia32/Dummy.asm\r
32\r
33[Binaries.Ia32]\r
34 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 UefiCpuPkg/UefiCpuPkg.dec\r
40 IntelFspPkg/IntelFspPkg.dec\r
41 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 FspPlatformInfoLib\r
48 FspPlatformSecLib\r
49 DebugAgentLib\r
50 UefiCpuLib\r
51 PeCoffGetEntryPointLib\r
52 PeCoffExtraActionLib\r
53\r
54[Ppis]\r
b0446065 55 gTopOfTemporaryRamPpiGuid ## CONSUMES\r
a33a2f62
JY
56\r
57[FixedPcd]\r
b0446065 58 gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported ## CONSUMES\r
a33a2f62
JY
59\r
60[Pcd]\r
b0446065 61 gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES\r