]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/FspSecCore/FspSecCore.inf
Eliminate duplicated file GUID.
[mirror_edk2.git] / IntelFspPkg / FspSecCore / FspSecCore.inf
1 ## @file
2 #
3 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = FspSecCore
17 FILE_GUID = 207CE046-0ADF-47c3-B9E3-844F12C398DD
18 MODULE_TYPE = SEC
19 VERSION_STRING = 1.0
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 SecMain.c
29 SecMain.h
30 SecFsp.c
31 SecFsp.h
32
33 [Sources.IA32]
34 Ia32/ResetVec.asm16 | MSFT
35 Ia32/Stack.asm | MSFT
36 Ia32/InitializeFpu.asm | MSFT
37 Ia32/FspApiEntry.asm | MSFT
38
39 Ia32/Stacks.s | GCC
40 Ia32/InitializeFpu.s | GCC
41 Ia32/FspApiEntry.s | GCC
42
43 [Binaries.Ia32]
44 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 IntelFspPkg/IntelFspPkg.dec
49
50 [LibraryClasses]
51 BaseMemoryLib
52 DebugLib
53 BaseLib
54 PciCf8Lib
55 SerialPortLib
56 FspSwitchStackLib
57 FspCommonLib
58
59 [Pcd]
60 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
61 gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress
62 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase
63 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize
64 gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize
65
66 [FixedPcd]
67 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
68 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
69
70 [Ppis]
71 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED
72