]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreS.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = FspSecCoreS
13 FILE_GUID = 53AB1ACD-EDB1-4E3A-A2C7-978D721D179D
14 MODULE_TYPE = SEC
15 VERSION_STRING = 1.0
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32
21 #
22
23 [Sources]
24 SecFspApiChk.c
25 SecFsp.h
26
27 [Sources.IA32]
28 Ia32/Stack.nasm
29 Ia32/FspApiEntryS.nasm
30 Ia32/FspApiEntryCommon.nasm
31 Ia32/FspHelper.nasm
32
33 [Binaries.Ia32]
34 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 IntelFsp2Pkg/IntelFsp2Pkg.dec
40
41 [LibraryClasses]
42 BaseMemoryLib
43 DebugLib
44 BaseLib
45 PciCf8Lib
46 SerialPortLib
47 FspSwitchStackLib
48 FspCommonLib
49 FspSecPlatformLib
50
51 [Ppis]
52 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
53