]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/SecCore/SecCore.inf
CorebootModulePkg/SecCore: Adding NASM files in SecCore module
[mirror_edk2.git] / CorebootModulePkg / SecCore / SecCore.inf
CommitLineData
fce4ecd9
MM
1## @file\r
2# This is the first module taking control from the coreboot.\r
3#\r
365a3aab 4# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
fce4ecd9
MM
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SecCore\r
19 FILE_GUID = BA7BE337-6CFB-4dbb-B26C-21EC2FC16073\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 SecMain.c\r
32 SecMain.h\r
33 FindPeiCore.c\r
34\r
35[Sources.IA32]\r
365a3aab
MM
36 Ia32/Stack.nasm\r
37 Ia32/SecEntry.nasm\r
fce4ecd9
MM
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 UefiCpuPkg/UefiCpuPkg.dec\r
43 CorebootModulePkg/CorebootModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 BaseMemoryLib\r
47 DebugLib\r
48 BaseLib\r
49 PcdLib\r
50 DebugAgentLib\r
51 UefiCpuLib\r
52 PeCoffGetEntryPointLib\r
53 PeCoffExtraActionLib\r
54\r
55[Ppis]\r
56 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_PRODUCED\r
57 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED\r
58\r
59[Pcd]\r
60 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase\r
61 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize\r
62\r