]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreS.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sec Core for FSP\r
3#\r
c3eefcb1 4# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>\r
cf1d4549 5#\r
9672cd30 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = FspSecCoreS\r
13 FILE_GUID = 53AB1ACD-EDB1-4E3A-A2C7-978D721D179D\r
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 SecFspApiChk.c\r
c3eefcb1 25 SecFsp.h\r
cf1d4549
JY
26\r
27[Sources.IA32]\r
28 Ia32/Stack.nasm\r
29 Ia32/FspApiEntryS.nasm\r
30 Ia32/FspApiEntryCommon.nasm\r
31 Ia32/FspHelper.nasm\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
e37bb20c 38 MdeModulePkg/MdeModulePkg.dec\r
cf1d4549
JY
39 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
43 DebugLib\r
44 BaseLib\r
45 PciCf8Lib\r
46 SerialPortLib\r
47 FspSwitchStackLib\r
48 FspCommonLib\r
49 FspSecPlatformLib\r
50\r
cf1d4549
JY
51[Ppis]\r
52 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r
53\r