]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Core/Pei/PeiMain.msa
Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warning...
[mirror_edk2.git] / EdkModulePkg / Core / Pei / PeiMain.msa
CommitLineData
2ce31132 1<?xml version="1.0" encoding="UTF-8"?>\r
2<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
878ddf1f 3 <MsaHeader>\r
1f86f081 4 <ModuleName>PeiMain</ModuleName>\r
878ddf1f 5 <ModuleType>PEI_CORE</ModuleType>\r
1f86f081 6 <GuidValue>52C05B14-0B98-496c-BC3B-04B50211D680</GuidValue>\r
7 <Version>1.0</Version>\r
878ddf1f 8 <Abstract>Component description file for PeiMain module</Abstract>\r
74460d7e 9 <Description>This module provide an DXE CIS compliant implementation.</Description>\r
15f3b1d4 10 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
62f84315
LG
11 <License>All rights reserved. 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 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
1f86f081 16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
878ddf1f 18 </MsaHeader>\r
1f86f081 19 <ModuleDefinitions>\r
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
21 <BinaryModule>false</BinaryModule>\r
22 <OutputFileBasename>PeiMain</OutputFileBasename>\r
23 </ModuleDefinitions>\r
878ddf1f 24 <LibraryClassDefinitions>\r
1f86f081 25 <LibraryClass Usage="ALWAYS_CONSUMED">\r
26 <Keyword>DebugLib</Keyword>\r
27 </LibraryClass>\r
28 <LibraryClass Usage="ALWAYS_CONSUMED">\r
29 <Keyword>PeiCoreEntryPoint</Keyword>\r
30 </LibraryClass>\r
31 <LibraryClass Usage="ALWAYS_CONSUMED">\r
32 <Keyword>BaseLib</Keyword>\r
33 </LibraryClass>\r
34 <LibraryClass Usage="ALWAYS_CONSUMED">\r
35 <Keyword>HobLib</Keyword>\r
36 </LibraryClass>\r
37 <LibraryClass Usage="ALWAYS_CONSUMED">\r
38 <Keyword>PerformanceLib</Keyword>\r
39 </LibraryClass>\r
40 <LibraryClass Usage="ALWAYS_CONSUMED">\r
41 <Keyword>PeiServicesLib</Keyword>\r
42 </LibraryClass>\r
43 <LibraryClass Usage="ALWAYS_CONSUMED">\r
44 <Keyword>ReportStatusCodeLib</Keyword>\r
45 </LibraryClass>\r
46 <LibraryClass Usage="ALWAYS_CONSUMED">\r
47 <Keyword>PeCoffGetEntryPointLib</Keyword>\r
48 </LibraryClass>\r
49 <LibraryClass Usage="ALWAYS_CONSUMED">\r
50 <Keyword>BaseMemoryLib</Keyword>\r
51 </LibraryClass>\r
52 <LibraryClass Usage="ALWAYS_CONSUMED">\r
53 <Keyword>TimerLib</Keyword>\r
54 </LibraryClass>\r
2ce31132 55 <LibraryClass Usage="SOMETIMES_CONSUMED">\r
56 <Keyword>PeCoffLib</Keyword>\r
57 </LibraryClass>\r
878ddf1f 58 </LibraryClassDefinitions>\r
59 <SourceFiles>\r
60 <Filename>PeiMain.h</Filename>\r
22e0585c 61 <Filename>BootMode/BootMode.c</Filename>\r
5094fb09 62 <Filename>Dependency/dependency.h</Filename>\r
aec91719 63 <Filename>Dependency/dependency.c</Filename>\r
22e0585c 64 <Filename>Dispatcher/Dispatcher.c</Filename>\r
65 <Filename>FwVol/FwVol.c</Filename>\r
66 <Filename>Hob/Hob.c</Filename>\r
67 <Filename>Image/Image.c</Filename>\r
68 <Filename>Memory/MemoryServices.c</Filename>\r
69 <Filename>PeiMain/PeiMain.c</Filename>\r
70 <Filename>Ppi/Ppi.c</Filename>\r
71 <Filename>Reset/Reset.c</Filename>\r
72 <Filename>Security/Security.c</Filename>\r
73 <Filename>StatusCode/StatusCode.c</Filename>\r
eeb1cd5a 74 <Filename SupArchList="IPF">Ipf/SwitchToCacheMode.c</Filename>\r
75 <Filename SupArchList="IPF">Ipf/IpfCpuCore.i</Filename>\r
76 <Filename SupArchList="IPF">Ipf/IpfCpuCore.s</Filename>\r
92dda53e 77 <Filename SupArchList="IPF">Ipf/IpfPeiMain.h</Filename>\r
eeb1cd5a 78 <Filename SupArchList="IPF">Ipf/Stack.c</Filename>\r
79 <Filename SupArchList="IA32 X64 EBC">Dispatcher/Stack.c</Filename>\r
878ddf1f 80 </SourceFiles>\r
1f86f081 81 <PackageDependencies>\r
82 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
62f84315 83 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>\r
1f86f081 84 </PackageDependencies>\r
878ddf1f 85 <PPIs>\r
1f86f081 86 <Ppi Usage="ALWAYS_PRODUCED">\r
53b86193 87 <PpiCName>gEfiPeiMemoryDiscoveredPpiGuid</PpiCName>\r
1f86f081 88 </Ppi>\r
89 <Ppi Usage="ALWAYS_CONSUMED">\r
53b86193 90 <PpiCName>gEfiFindFvPpiGuid</PpiCName>\r
1f86f081 91 </Ppi>\r
92 <Ppi Usage="ALWAYS_CONSUMED">\r
53b86193 93 <PpiCName>gEfiPeiFvFileLoaderPpiGuid</PpiCName>\r
1f86f081 94 </Ppi>\r
95 <Ppi Usage="ALWAYS_CONSUMED">\r
53b86193 96 <PpiCName>gEfiDxeIplPpiGuid</PpiCName>\r
1f86f081 97 </Ppi>\r
98 <Ppi Usage="SOMETIMES_CONSUMED">\r
53b86193 99 <PpiCName>gEfiPeiResetPpiGuid</PpiCName>\r
1f86f081 100 </Ppi>\r
101 <Ppi Usage="SOMETIMES_CONSUMED">\r
53b86193 102 <PpiCName>gEfiPeiStatusCodePpiGuid</PpiCName>\r
1f86f081 103 </Ppi>\r
104 <PpiNotify Usage="SOMETIMES_CONSUMED">\r
53b86193 105 <PpiNotifyCName>gEfiPeiSecurityPpiGuid</PpiNotifyCName>\r
1f86f081 106 </PpiNotify>\r
878ddf1f 107 </PPIs>\r
108 <Externs>\r
15b06e58
LG
109 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
110 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
878ddf1f 111 <Extern>\r
112 <ModuleEntryPoint>PeiCore</ModuleEntryPoint>\r
113 </Extern>\r
114 </Externs>\r
1f86f081 115</ModuleSurfaceArea>