]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
Removed cross references from PciCf8Lib and PciExpressLib class to PciLib class.
[mirror_edk2.git] / EdkModulePkg / Bus / Pci / PciBus / Dxe / PciBus.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>PciBus</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>93B80004-9FB3-11d4-9A3A-0090273FC14D</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for PciBus module.</Abstract>
9 <Description>PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
10 space for these devices.</Description>
11 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
12 <License>All rights reserved. This program and the accompanying materials
13 are licensed and made available under the terms and conditions of the BSD License
14 which accompanies this distribution. The full text of the license may be found at
15 http://opensource.org/licenses/bsd-license.php
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
19 </MsaHeader>
20 <ModuleDefinitions>
21 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>PciBus</OutputFileBasename>
24 </ModuleDefinitions>
25 <LibraryClassDefinitions>
26 <LibraryClass Usage="ALWAYS_CONSUMED">
27 <Keyword>DebugLib</Keyword>
28 </LibraryClass>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>UefiDriverModelLib</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>UefiDriverEntryPoint</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>BaseLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>UefiLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>BaseMemoryLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>ReportStatusCodeLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>MemoryAllocationLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiBootServicesTableLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>DevicePathLib</Keyword>
55 </LibraryClass>
56 <LibraryClass Usage="ALWAYS_CONSUMED">
57 <Keyword>PeCoffGetEntryPointLib</Keyword>
58 </LibraryClass>
59 </LibraryClassDefinitions>
60 <SourceFiles>
61 <Filename>PciBus.h</Filename>
62 <Filename>PciIo.h</Filename>
63 <Filename>PciCommand.h</Filename>
64 <Filename>PciDeviceSupport.h</Filename>
65 <Filename>PciResourceSupport.h</Filename>
66 <Filename>PciEnumerator.h</Filename>
67 <Filename>PciEnumeratorSupport.h</Filename>
68 <Filename>PciOptionRomSupport.h</Filename>
69 <Filename>PciRomTable.h</Filename>
70 <Filename>PciHotPlugSupport.h</Filename>
71 <Filename>PciLib.h</Filename>
72 <Filename>PciHotPlugSupport.c</Filename>
73 <Filename>PciRomTable.c</Filename>
74 <Filename>PciDriverOverride.h</Filename>
75 <Filename>PciPowerManagement.h</Filename>
76 <Filename>PciPowerManagement.c</Filename>
77 <Filename>PciDriverOverride.c</Filename>
78 <Filename>PciOptionRomSupport.c</Filename>
79 <Filename>PciEnumerator.c</Filename>
80 <Filename>PciEnumeratorSupport.c</Filename>
81 <Filename>PciResourceSupport.c</Filename>
82 <Filename>PciCommand.c</Filename>
83 <Filename>ComponentName.h</Filename>
84 <Filename>ComponentName.c</Filename>
85 <Filename>PciDeviceSupport.c</Filename>
86 <Filename>pcibus.c</Filename>
87 <Filename>PciIo.c</Filename>
88 <Filename>PciLib.c</Filename>
89 <Filename ToolCode="DUMMY">LightPciLib.c</Filename>
90 </SourceFiles>
91 <PackageDependencies>
92 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
93 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
94 </PackageDependencies>
95 <Protocols>
96 <Protocol Usage="TO_START">
97 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
98 </Protocol>
99 <Protocol Usage="TO_START">
100 <ProtocolCName>gEfiPciRootBridgeIoProtocolGuid</ProtocolCName>
101 </Protocol>
102 <Protocol Usage="TO_START">
103 <ProtocolCName>gEfiPciPlatformProtocolGuid</ProtocolCName>
104 </Protocol>
105 <Protocol Usage="TO_START">
106 <ProtocolCName>gEfiIncompatiblePciDeviceSupportProtocolGuid</ProtocolCName>
107 </Protocol>
108 <Protocol Usage="TO_START">
109 <ProtocolCName>gEfiPciHostBridgeResourceAllocationProtocolGuid</ProtocolCName>
110 </Protocol>
111 <Protocol Usage="TO_START">
112 <ProtocolCName>gEfiPciHotPlugInitProtocolGuid</ProtocolCName>
113 </Protocol>
114 <Protocol Usage="TO_START">
115 <ProtocolCName>gEfiDecompressProtocolGuid</ProtocolCName>
116 </Protocol>
117 <Protocol Usage="TO_START">
118 <ProtocolCName>gEfiLoadedImageProtocolGuid</ProtocolCName>
119 </Protocol>
120 <Protocol Usage="TO_START">
121 <ProtocolCName>gEfiUgaIoProtocolGuid</ProtocolCName>
122 </Protocol>
123 <Protocol Usage="BY_START">
124 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
125 </Protocol>
126 <Protocol Usage="BY_START">
127 <ProtocolCName>gEfiBusSpecificDriverOverrideProtocolGuid</ProtocolCName>
128 </Protocol>
129 <Protocol Usage="ALWAYS_PRODUCED">
130 <ProtocolCName>gEfiPciHotPlugRequestProtocolGuid</ProtocolCName>
131 </Protocol>
132 </Protocols>
133 <SystemTables>
134 <SystemTableCNames Usage="ALWAYS_CONSUMED">
135 <SystemTableCName>gEfiUgaIoProtocolGuid</SystemTableCName>
136 </SystemTableCNames>
137 <SystemTableCNames Usage="SOMETIMES_CONSUMED">
138 <SystemTableCName>gEfiPciOptionRomTableGuid</SystemTableCName>
139 </SystemTableCNames>
140 </SystemTables>
141 <Guids>
142 <GuidCNames Usage="SOMETIMES_CONSUMED">
143 <GuidCName>gEfiPciOptionRomTableGuid</GuidCName>
144 </GuidCNames>
145 <GuidCNames Usage="SOMETIMES_CONSUMED">
146 <GuidCName>gEfiStatusCodeSpecificDataGuid</GuidCName>
147 </GuidCNames>
148 <GuidCNames Usage="PRIVATE">
149 <GuidCName>gEfiPciHotplugDeviceGuid</GuidCName>
150 </GuidCNames>
151 </Guids>
152 <Externs>
153 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
154 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
155 <Extern>
156 <ModuleEntryPoint>PciBusEntryPoint</ModuleEntryPoint>
157 </Extern>
158 <Extern>
159 <DriverBinding>gPciBusDriverBinding</DriverBinding>
160 </Extern>
161 <Extern>
162 <ComponentName>gPciBusComponentName</ComponentName>
163 </Extern>
164 </Externs>
165 </ModuleSurfaceArea>