]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
4fe1dac4a9e6077e43fb1051c81482a036aeb2fa
[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 <LibraryClass Usage="ALWAYS_CONSUMED">
60 <Keyword>PcdLib</Keyword>
61 </LibraryClass>
62 </LibraryClassDefinitions>
63 <SourceFiles>
64 <Filename>PciBus.h</Filename>
65 <Filename>PciIo.h</Filename>
66 <Filename>PciCommand.h</Filename>
67 <Filename>PciDeviceSupport.h</Filename>
68 <Filename>PciResourceSupport.h</Filename>
69 <Filename>PciEnumerator.h</Filename>
70 <Filename>PciEnumeratorSupport.h</Filename>
71 <Filename>PciOptionRomSupport.h</Filename>
72 <Filename>PciRomTable.h</Filename>
73 <Filename>PciHotPlugSupport.h</Filename>
74 <Filename>PciLib.h</Filename>
75 <Filename>PciHotPlugSupport.c</Filename>
76 <Filename>PciRomTable.c</Filename>
77 <Filename>PciDriverOverride.h</Filename>
78 <Filename>PciPowerManagement.h</Filename>
79 <Filename>PciPowerManagement.c</Filename>
80 <Filename>PciDriverOverride.c</Filename>
81 <Filename>PciOptionRomSupport.c</Filename>
82 <Filename>PciEnumerator.c</Filename>
83 <Filename>PciEnumeratorSupport.c</Filename>
84 <Filename>PciResourceSupport.c</Filename>
85 <Filename>PciCommand.c</Filename>
86 <Filename>ComponentName.h</Filename>
87 <Filename>ComponentName.c</Filename>
88 <Filename>PciDeviceSupport.c</Filename>
89 <Filename>pcibus.c</Filename>
90 <Filename>PciIo.c</Filename>
91 <Filename>PciLib.c</Filename>
92 <Filename ToolCode="DUMMY">LightPciLib.c</Filename>
93 </SourceFiles>
94 <PackageDependencies>
95 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
96 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
97 </PackageDependencies>
98 <Protocols>
99 <Protocol Usage="TO_START">
100 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
101 </Protocol>
102 <Protocol Usage="TO_START">
103 <ProtocolCName>gEfiPciRootBridgeIoProtocolGuid</ProtocolCName>
104 </Protocol>
105 <Protocol Usage="TO_START">
106 <ProtocolCName>gEfiPciPlatformProtocolGuid</ProtocolCName>
107 </Protocol>
108 <Protocol Usage="TO_START">
109 <ProtocolCName>gEfiIncompatiblePciDeviceSupportProtocolGuid</ProtocolCName>
110 </Protocol>
111 <Protocol Usage="TO_START">
112 <ProtocolCName>gEfiPciHostBridgeResourceAllocationProtocolGuid</ProtocolCName>
113 </Protocol>
114 <Protocol Usage="TO_START">
115 <ProtocolCName>gEfiPciHotPlugInitProtocolGuid</ProtocolCName>
116 </Protocol>
117 <Protocol Usage="TO_START">
118 <ProtocolCName>gEfiDecompressProtocolGuid</ProtocolCName>
119 </Protocol>
120 <Protocol Usage="TO_START">
121 <ProtocolCName>gEfiLoadedImageProtocolGuid</ProtocolCName>
122 </Protocol>
123 <Protocol Usage="TO_START">
124 <ProtocolCName>gEfiUgaIoProtocolGuid</ProtocolCName>
125 </Protocol>
126 <Protocol Usage="BY_START">
127 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
128 </Protocol>
129 <Protocol Usage="BY_START">
130 <ProtocolCName>gEfiBusSpecificDriverOverrideProtocolGuid</ProtocolCName>
131 </Protocol>
132 <Protocol Usage="ALWAYS_PRODUCED">
133 <ProtocolCName>gEfiPciHotPlugRequestProtocolGuid</ProtocolCName>
134 </Protocol>
135 </Protocols>
136 <SystemTables>
137 <SystemTableCNames Usage="ALWAYS_CONSUMED">
138 <SystemTableCName>gEfiUgaIoProtocolGuid</SystemTableCName>
139 </SystemTableCNames>
140 <SystemTableCNames Usage="SOMETIMES_CONSUMED">
141 <SystemTableCName>gEfiPciOptionRomTableGuid</SystemTableCName>
142 </SystemTableCNames>
143 </SystemTables>
144 <Guids>
145 <GuidCNames Usage="SOMETIMES_CONSUMED">
146 <GuidCName>gEfiPciOptionRomTableGuid</GuidCName>
147 </GuidCNames>
148 <GuidCNames Usage="SOMETIMES_CONSUMED">
149 <GuidCName>gEfiStatusCodeSpecificDataGuid</GuidCName>
150 </GuidCNames>
151 <GuidCNames Usage="PRIVATE">
152 <GuidCName>gEfiPciHotplugDeviceGuid</GuidCName>
153 </GuidCNames>
154 </Guids>
155 <Externs>
156 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
157 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
158 <Extern>
159 <ModuleEntryPoint>PciBusEntryPoint</ModuleEntryPoint>
160 </Extern>
161 <Extern>
162 <DriverBinding>gPciBusDriverBinding</DriverBinding>
163 <ComponentName>gPciBusComponentName</ComponentName>
164 </Extern>
165 </Externs>
166 <PcdCoded>
167 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
168 <C_Name>PcdPciIsaEnable</C_Name>
169 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
170 <HelpText>Whether ISA decoding is enabled on this platform so we should avoid those aliased resources</HelpText>
171 </PcdEntry>
172 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
173 <C_Name>PcdPciVgaEnable</C_Name>
174 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
175 <HelpText>Whether VGA decoding is enabled on this platform so we should avoid those aliased resources</HelpText>
176 </PcdEntry>
177 </PcdCoded>
178 </ModuleSurfaceArea>