]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/SecCore/SecCore.inf
UefiCpuPkg SecCore:Add a GUID removed previously
[mirror_edk2.git] / UefiCpuPkg / SecCore / SecCore.inf
1 ## @file
2 # SecCore module that implements the SEC phase.
3 #
4 # This is the first module taking control of the platform upon power-on/reset.
5 # It implements the first phase of the security phase. The entry point function is
6 # _ModuleEntryPoint in PlatformSecLib. The entry point function will switch to
7 # protected mode, setup flat memory model, enable temporary memory and
8 # call into SecStartup().
9 #
10 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = SecCore
24 MODULE_UNI_FILE = SecCore.uni
25 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
26 MODULE_TYPE = SEC
27 VERSION_STRING = 1.0
28
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 EBC
34 #
35
36 [Sources]
37 SecMain.c
38 SecMain.h
39 FindPeiCore.c
40 SecBist.c
41
42 [Sources.IA32]
43 Ia32/ResetVec.nasmb
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48 UefiCpuPkg/UefiCpuPkg.dec
49
50 [LibraryClasses]
51 BaseMemoryLib
52 DebugLib
53 PlatformSecLib
54 PcdLib
55 DebugAgentLib
56 UefiCpuLib
57 PeCoffGetEntryPointLib
58 PeCoffExtraActionLib
59 CpuExceptionHandlerLib
60 ReportStatusCodeLib
61 PeiServicesLib
62 PeiServicesTablePointerLib
63 HobLib
64
65 [Ppis]
66 ## SOMETIMES_CONSUMES
67 ## PRODUCES
68 gEfiSecPlatformInformationPpiGuid
69 ## SOMETIMES_CONSUMES
70 ## SOMETIMES_PRODUCES
71 gEfiSecPlatformInformation2PpiGuid
72 gEfiTemporaryRamDonePpiGuid ## PRODUCES
73 ## NOTIFY
74 ## SOMETIMES_CONSUMES
75 gPeiSecPerformancePpiGuid
76
77 [Guids]
78 ## SOMETIMES_PRODUCES ## HOB
79 gEfiFirmwarePerformanceGuid
80
81 [Pcd]
82 gUefiCpuPkgTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES
83
84 [UserExtensions.TianoCore."ExtraFiles"]
85 SecCoreExtra.uni