]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Core/Dxe/DxeMain.msa
Updated MSA by putting Specification element at the end of the header section
[mirror_edk2.git] / EdkModulePkg / Core / Dxe / DxeMain.msa
CommitLineData
e20ee534
LG
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright (c) 2006, Intel Corporation
4All rights reserved. This program and the accompanying materials
5are licensed and made available under the terms and conditions of the BSD License
6which accompanies this distribution. The full text of the license may be found at
7http://opensource.org/licenses/bsd-license.php
8
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11-->
12<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaHeader>
14 <BaseName>DxeMain</BaseName>
15 <ModuleType>DXE_CORE</ModuleType>
16 <ComponentType>BS_DRIVER</ComponentType>
17 <Guid>D6A2CB7F-6A18-4e2f-B43B-9920A733700A</Guid>
18 <Version>0</Version>
19 <Abstract>Component description file for DxeMain.</Abstract>
20 <Description>FIX ME!</Description>
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
22 <License> All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. </License>
e20ee534
LG
23 <Created>2006-03-12 17:09</Created>
24 <Updated>2006-03-19 15:18</Updated>
54de7486 25 <Specification>0</Specification>
e20ee534
LG
26 </MsaHeader>
27 <LibraryClassDefinitions>
28 <LibraryClass Usage="ALWAYS_CONSUMED">DxeCoreEntryPoint</LibraryClass>
29 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">PerformanceLib</LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDecompressLib</LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">TianoDecompressLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">CustomDecompressLib</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">EdkPeCoffLoaderLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">CacheMaintenanceLib</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
40 </LibraryClassDefinitions>
41 <SourceFiles>
42 <Filename>DxeMain/DxeMain.c</Filename>
43 <Filename>DxeMain/DxeProtocolNotify.c</Filename>
44 <Filename>Dispatcher/Dispatcher.c</Filename>
45 <Filename>Dispatcher/Dependency.c</Filename>
46 <Filename>Event/ExecData.c</Filename>
47 <Filename>Event/Event.c</Filename>
48 <Filename>Event/Timer.c</Filename>
49 <Filename>Event/Tpl.c</Filename>
50 <Filename>FwVol/FwVol.c</Filename>
51 <Filename>FwVol/Ffs.c</Filename>
52 <Filename>FwVol/FwVolAttrib.c</Filename>
53 <Filename>FwVol/FwVolRead.c</Filename>
54 <Filename>FwVol/FwVolWrite.c</Filename>
55 <Filename>FwVolBlock/FwVolBlock.c</Filename>
56 <Filename>Mem/MemData.c</Filename>
57 <Filename>Mem/Page.c</Filename>
58 <Filename>Mem/Pool.c</Filename>
59 <Filename>Gcd/Gcd.c</Filename>
60 <Filename>Hand/Handle.c</Filename>
61 <Filename>Hand/Locate.c</Filename>
62 <Filename>Hand/Notify.c</Filename>
63 <Filename>Hand/DriverSupport.c</Filename>
64 <Filename>Library/Library.c</Filename>
65 <Filename>Misc/InstallConfigurationTable.c</Filename>
66 <Filename>Misc/SetWatchdogTimer.c</Filename>
67 <Filename>Misc/Stall.c</Filename>
68 <Filename>Misc/DebugImageInfo.c</Filename>
69 <Filename>Image/Image.c</Filename>
70 <Filename>Image/ImageFile.c</Filename>
71 <Filename>SectionExtraction/CoreSectionExtraction.c</Filename>
72 <Filename>DebugImageInfo.h</Filename>
73 <Filename>DebugMask.h</Filename>
74 <Filename>DxeMain.h</Filename>
75 <Filename>Exec.h</Filename>
76 <Filename>FwVolBlock.h</Filename>
77 <Filename>FwVolDriver.h</Filename>
78 <Filename>Gcd.h</Filename>
79 <Filename>Hand.h</Filename>
80 <Filename>Image.h</Filename>
81 <Filename>Imem.h</Filename>
82 <Filename>Library.h</Filename>
83 </SourceFiles>
84 <Includes>
85 <PackageName>MdePkg</PackageName>
86 <PackageName>EdkModulePkg</PackageName>
87 </Includes>
88 <Protocols>
89 <Protocol Usage="SOMETIMES_CONSUMED">Ebc</Protocol>
90 <Protocol Usage="ALWAYS_CONSUMED">LoadedImage</Protocol>
91 <Protocol Usage="ALWAYS_CONSUMED">DevicePath</Protocol>
92 <Protocol Usage="ALWAYS_CONSUMED">Cpu</Protocol>
93 <Protocol Usage="ALWAYS_CONSUMED">FirmwareVolume</Protocol>
94 <Protocol Usage="ALWAYS_CONSUMED">FirmwareVolumeDispatch</Protocol>
95 <Protocol Usage="ALWAYS_CONSUMED">FirmwareVolumeBlock</Protocol>
96 <Protocol Usage="ALWAYS_CONSUMED">SectionExtraction</Protocol>
97 <Protocol Usage="SOMETIMES_CONSUMED">DriverBinding</Protocol>
98 <Protocol Usage="ALWAYS_CONSUMED">PlatformDriverOverride</Protocol>
99 <Protocol Usage="ALWAYS_CONSUMED">BusSpecificDriverOverride</Protocol>
100 <Protocol Usage="ALWAYS_CONSUMED">Timer</Protocol>
101 <Protocol Usage="ALWAYS_CONSUMED">Metronome</Protocol>
102 <Protocol Usage="ALWAYS_CONSUMED">MonotonicCounter</Protocol>
103 <Protocol Usage="ALWAYS_CONSUMED">VariableWrite</Protocol>
104 <Protocol Usage="ALWAYS_CONSUMED">Bds</Protocol>
105 <Protocol Usage="ALWAYS_CONSUMED">Variable</Protocol>
106 <Protocol Usage="ALWAYS_CONSUMED">Security</Protocol>
107 <Protocol Usage="ALWAYS_CONSUMED">WatchdogTimer</Protocol>
108 <Protocol Usage="ALWAYS_CONSUMED">Runtime</Protocol>
109 <Protocol Usage="ALWAYS_CONSUMED">RealTimeClock</Protocol>
110 <Protocol Usage="ALWAYS_CONSUMED">Reset</Protocol>
111 <Protocol Usage="ALWAYS_CONSUMED">LoadFile</Protocol>
112 <Protocol Usage="ALWAYS_CONSUMED">SimpleFileSystem</Protocol>
113 <Protocol Usage="ALWAYS_CONSUMED">LoadPeImage</Protocol>
114 <Protocol Usage="ALWAYS_CONSUMED">Decompress</Protocol>
115 <Protocol Usage="ALWAYS_CONSUMED">CustomizedDecompress</Protocol>
116 <Protocol Usage="ALWAYS_CONSUMED">TianoDecompress</Protocol>
117 </Protocols>
118 <Guids>
119 <GuidEntry Usage="ALWAYS_CONSUMED">
120 <C_Name>MemoryTypeInformation</C_Name>
121 </GuidEntry>
122 <GuidEntry Usage="ALWAYS_CONSUMED">
123 <C_Name>DxeServicesTable</C_Name>
124 </GuidEntry>
125 <GuidEntry Usage="ALWAYS_CONSUMED">
126 <C_Name>HobList</C_Name>
127 </GuidEntry>
128 <GuidEntry Usage="ALWAYS_CONSUMED">
129 <C_Name>DebugImageInfoTable</C_Name>
130 </GuidEntry>
131 <GuidEntry Usage="ALWAYS_CONSUMED">
132 <C_Name>Apriori</C_Name>
133 </GuidEntry>
134 <GuidEntry Usage="ALWAYS_CONSUMED">
135 <C_Name>FirmwareFileSystem</C_Name>
136 </GuidEntry>
137 <GuidEntry Usage="ALWAYS_CONSUMED">
138 <C_Name>FileInfo</C_Name>
139 </GuidEntry>
140 <GuidEntry Usage="ALWAYS_CONSUMED">
141 <C_Name>HobMemoryAllocModule</C_Name>
142 </GuidEntry>
143 <GuidEntry Usage="ALWAYS_CONSUMED">
144 <C_Name>PeiPeCoffLoader</C_Name>
145 </GuidEntry>
146 <GuidEntry Usage="ALWAYS_CONSUMED">
147 <C_Name>LoadPeImage</C_Name>
148 </GuidEntry>
149 <GuidEntry Usage="ALWAYS_CONSUMED">
150 <C_Name>EventExitBootServices</C_Name>
151 </GuidEntry>
152 <GuidEntry Usage="ALWAYS_CONSUMED">
153 <C_Name>EventVirtualAddressChange</C_Name>
154 </GuidEntry>
155 <GuidEntry Usage="ALWAYS_CONSUMED">
156 <C_Name>EventMemoryMapChange</C_Name>
157 </GuidEntry>
158 </Guids>
159 <Externs>
160 <Extern>
161 <ModuleEntryPoint>DxeMain</ModuleEntryPoint>
162 </Extern>
163 </Externs>
164 <BuildOptions>
165 <Option>BUILD_TYPE=DXE_CORE</Option>
166 </BuildOptions>
167</ModuleSurfaceArea>