]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/SecCore/SecCore.inf
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[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
4# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
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
36 Ia32/Stack.asm | MSFT\r
37 Ia32/Stack.S | GCC\r
38 Ia32/SecEntry.asm | MSFT\r
39 Ia32/SecEntry.S | GCC\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44 UefiCpuPkg/UefiCpuPkg.dec\r
45 CorebootModulePkg/CorebootModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseMemoryLib\r
49 DebugLib\r
50 BaseLib\r
51 PcdLib\r
52 DebugAgentLib\r
53 UefiCpuLib\r
54 PeCoffGetEntryPointLib\r
55 PeCoffExtraActionLib\r
56\r
57[Ppis]\r
58 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_PRODUCED\r
59 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED\r
60\r
61[Pcd]\r
62 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase\r
63 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize\r
64\r