]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependency
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreT.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sec Core for FSP\r
3#\r
d1da2ab9 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 = FspSecCoreT\r
13 FILE_GUID = 5B94E419-C795-414D-A0D4-B80A877BE5FE\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\r
25\r
26[Sources.IA32]\r
27 Ia32/Stack.nasm\r
28 Ia32/InitializeFpu.nasm\r
29 Ia32/FspApiEntryT.nasm\r
30 Ia32/FspHelper.nasm\r
31\r
32[Binaries.Ia32]\r
33 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
cf1d4549
JY
37 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 DebugLib\r
42 BaseLib\r
43 PciCf8Lib\r
44 SerialPortLib\r
45 FspSwitchStackLib\r
46 FspCommonLib\r
47 FspSecPlatformLib\r
48\r
49[Pcd]\r
cf1d4549
JY
50 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
51 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
52 gIntelFsp2PkgTokenSpaceGuid.PcdFspReservedBufferSize ## CONSUMES\r
53\r
cf1d4549
JY
54[Ppis]\r
55 gEfiTemporaryRamSupportPpiGuid ## PRODUCES\r