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