]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
712ae999da6998f95b1a7f85e8d356533033c7e7
[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. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
11 support hot plug.</Description>
12 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
13 <License>All rights reserved. This program and the accompanying materials
14 are licensed and made available under the terms and conditions of the BSD License
15 which accompanies this distribution. The full text of the license may be found at
16 http://opensource.org/licenses/bsd-license.php
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>PciBus</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>DebugLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>UefiDriverModelLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>UefiDriverEntryPoint</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>BaseLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>BaseMemoryLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>ReportStatusCodeLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>MemoryAllocationLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>UefiBootServicesTableLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>DevicePathLib</Keyword>
56 </LibraryClass>
57 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>PcdLib</Keyword>
59 </LibraryClass>
60 </LibraryClassDefinitions>
61 <SourceFiles>
62 <Filename>pcibus.h</Filename>
63 <Filename>PciIo.h</Filename>
64 <Filename>PciCommand.h</Filename>
65 <Filename>PciDeviceSupport.h</Filename>
66 <Filename>PciResourceSupport.h</Filename>
67 <Filename>PciEnumerator.h</Filename>
68 <Filename>PciEnumeratorSupport.h</Filename>
69 <Filename>PciOptionRomSupport.h</Filename>
70 <Filename>PciRomTable.h</Filename>
71 <Filename>PciHotPlugSupport.h</Filename>
72 <Filename>PciLib.h</Filename>
73 <Filename>PciHotPlugSupport.c</Filename>
74 <Filename>PciRomTable.c</Filename>
75 <Filename>PciDriverOverride.h</Filename>
76 <Filename>PciPowerManagement.h</Filename>
77 <Filename>PciPowerManagement.c</Filename>
78 <Filename>PciDriverOverride.c</Filename>
79 <Filename>PciOptionRomSupport.c</Filename>
80 <Filename>PciEnumerator.c</Filename>
81 <Filename>PciEnumeratorSupport.c</Filename>
82 <Filename>PciResourceSupport.c</Filename>
83 <Filename>PciCommand.c</Filename>
84 <Filename>ComponentName.h</Filename>
85 <Filename>ComponentName.c</Filename>
86 <Filename>PciDeviceSupport.c</Filename>
87 <Filename>pcibus.c</Filename>
88 <Filename>PciIo.c</Filename>
89 <Filename>PciLib.c</Filename>
90 </SourceFiles>
91 <PackageDependencies>
92 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
93 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
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="PRIVATE">
146 <GuidCName>gEfiPciHotplugDeviceGuid</GuidCName>
147 </GuidCNames>
148 </Guids>
149 <Externs>
150 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
151 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
152 <Extern>
153 <ModuleEntryPoint>PciBusEntryPoint</ModuleEntryPoint>
154 </Extern>
155 <Extern>
156 <DriverBinding>gPciBusDriverBinding</DriverBinding>
157 <ComponentName>gPciBusComponentName</ComponentName>
158 </Extern>
159 </Externs>
160 <PcdCoded>
161 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
162 <C_Name>PcdPciIsaEnable</C_Name>
163 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
164 <HelpText>Whether ISA decoding is enabled on this platform so we should avoid those aliased resources</HelpText>
165 </PcdEntry>
166 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
167 <C_Name>PcdPciVgaEnable</C_Name>
168 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
169 <HelpText>Whether VGA decoding is enabled on this platform so we should avoid those aliased resources</HelpText>
170 </PcdEntry>
171 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
172 <C_Name>PcdPciBusHotplugDeviceSupport</C_Name>
173 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
174 <DefaultValue>TRUE</DefaultValue>
175 <HelpText>If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size.</HelpText>
176 </PcdEntry>
177 </PcdCoded>
178 </ModuleSurfaceArea>