]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreS.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2016 - 2018, 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
26 [Sources.IA32]
27 Ia32/Stack.nasm
28 Ia32/FspApiEntryS.nasm
29 Ia32/FspApiEntryCommon.nasm
30 Ia32/FspHelper.nasm
31
32 [Binaries.Ia32]
33 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 IntelFsp2Pkg/IntelFsp2Pkg.dec
39
40 [LibraryClasses]
41 BaseMemoryLib
42 DebugLib
43 BaseLib
44 PciCf8Lib
45 SerialPortLib
46 FspSwitchStackLib
47 FspCommonLib
48 FspSecPlatformLib
49
50 [Ppis]
51 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
52