]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
855fdd7591f2b598630ae1f87a2a0c0556d9d4d0
[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.
11 LightPcdLib.c tagged with "ToolCode="DUMMY"" is light weight verison for PCI library
12 function. This version provide simple implementation and do not support hot plug. Only one
13 between PcdLib.c and LightPcdLib.c can be choosed.
14 </Description>
15 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
16 <License>All rights reserved. This program and the accompanying materials
17 are licensed and made available under the terms and conditions of the BSD License
18 which accompanies this distribution. The full text of the license may be found at
19 http://opensource.org/licenses/bsd-license.php
20 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
22 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
23 </MsaHeader>
24 <ModuleDefinitions>
25 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
26 <BinaryModule>false</BinaryModule>
27 <OutputFileBasename>PciBus</OutputFileBasename>
28 </ModuleDefinitions>
29 <LibraryClassDefinitions>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>DebugLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>UefiDriverModelLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiDriverEntryPoint</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>BaseLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>UefiLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>BaseMemoryLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>ReportStatusCodeLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>MemoryAllocationLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>UefiBootServicesTableLib</Keyword>
56 </LibraryClass>
57 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>DevicePathLib</Keyword>
59 </LibraryClass>
60 <LibraryClass Usage="ALWAYS_CONSUMED">
61 <Keyword>PeCoffGetEntryPointLib</Keyword>
62 </LibraryClass>
63 <LibraryClass Usage="ALWAYS_CONSUMED">
64 <Keyword>PcdLib</Keyword>
65 </LibraryClass>
66 </LibraryClassDefinitions>
67 <SourceFiles>
68 <Filename>PciBus.h</Filename>
69 <Filename>PciIo.h</Filename>
70 <Filename>PciCommand.h</Filename>
71 <Filename>PciDeviceSupport.h</Filename>
72 <Filename>PciResourceSupport.h</Filename>
73 <Filename>PciEnumerator.h</Filename>
74 <Filename>PciEnumeratorSupport.h</Filename>
75 <Filename>PciOptionRomSupport.h</Filename>
76 <Filename>PciRomTable.h</Filename>
77 <Filename>PciHotPlugSupport.h</Filename>
78 <Filename>PciLib.h</Filename>
79 <Filename>PciHotPlugSupport.c</Filename>
80 <Filename>PciRomTable.c</Filename>
81 <Filename>PciDriverOverride.h</Filename>
82 <Filename>PciPowerManagement.h</Filename>
83 <Filename>PciPowerManagement.c</Filename>
84 <Filename>PciDriverOverride.c</Filename>
85 <Filename>PciOptionRomSupport.c</Filename>
86 <Filename>PciEnumerator.c</Filename>
87 <Filename>PciEnumeratorSupport.c</Filename>
88 <Filename>PciResourceSupport.c</Filename>
89 <Filename>PciCommand.c</Filename>
90 <Filename>ComponentName.h</Filename>
91 <Filename>ComponentName.c</Filename>
92 <Filename>PciDeviceSupport.c</Filename>
93 <Filename>pcibus.c</Filename>
94 <Filename>PciIo.c</Filename>
95 <Filename>PciLib.c</Filename>
96 <Filename ToolCode="DUMMY">LightPciLib.c</Filename>
97 </SourceFiles>
98 <PackageDependencies>
99 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
100 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
101 </PackageDependencies>
102 <Protocols>
103 <Protocol Usage="TO_START">
104 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
105 </Protocol>
106 <Protocol Usage="TO_START">
107 <ProtocolCName>gEfiPciRootBridgeIoProtocolGuid</ProtocolCName>
108 </Protocol>
109 <Protocol Usage="TO_START">
110 <ProtocolCName>gEfiPciPlatformProtocolGuid</ProtocolCName>
111 </Protocol>
112 <Protocol Usage="TO_START">
113 <ProtocolCName>gEfiIncompatiblePciDeviceSupportProtocolGuid</ProtocolCName>
114 </Protocol>
115 <Protocol Usage="TO_START">
116 <ProtocolCName>gEfiPciHostBridgeResourceAllocationProtocolGuid</ProtocolCName>
117 </Protocol>
118 <Protocol Usage="TO_START">
119 <ProtocolCName>gEfiPciHotPlugInitProtocolGuid</ProtocolCName>
120 </Protocol>
121 <Protocol Usage="TO_START">
122 <ProtocolCName>gEfiDecompressProtocolGuid</ProtocolCName>
123 </Protocol>
124 <Protocol Usage="TO_START">
125 <ProtocolCName>gEfiLoadedImageProtocolGuid</ProtocolCName>
126 </Protocol>
127 <Protocol Usage="TO_START">
128 <ProtocolCName>gEfiUgaIoProtocolGuid</ProtocolCName>
129 </Protocol>
130 <Protocol Usage="BY_START">
131 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
132 </Protocol>
133 <Protocol Usage="BY_START">
134 <ProtocolCName>gEfiBusSpecificDriverOverrideProtocolGuid</ProtocolCName>
135 </Protocol>
136 <Protocol Usage="ALWAYS_PRODUCED">
137 <ProtocolCName>gEfiPciHotPlugRequestProtocolGuid</ProtocolCName>
138 </Protocol>
139 </Protocols>
140 <SystemTables>
141 <SystemTableCNames Usage="ALWAYS_CONSUMED">
142 <SystemTableCName>gEfiUgaIoProtocolGuid</SystemTableCName>
143 </SystemTableCNames>
144 <SystemTableCNames Usage="SOMETIMES_CONSUMED">
145 <SystemTableCName>gEfiPciOptionRomTableGuid</SystemTableCName>
146 </SystemTableCNames>
147 </SystemTables>
148 <Guids>
149 <GuidCNames Usage="SOMETIMES_CONSUMED">
150 <GuidCName>gEfiPciOptionRomTableGuid</GuidCName>
151 </GuidCNames>
152 <GuidCNames Usage="SOMETIMES_CONSUMED">
153 <GuidCName>gEfiStatusCodeSpecificDataGuid</GuidCName>
154 </GuidCNames>
155 <GuidCNames Usage="PRIVATE">
156 <GuidCName>gEfiPciHotplugDeviceGuid</GuidCName>
157 </GuidCNames>
158 </Guids>
159 <Externs>
160 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
161 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
162 <Extern>
163 <ModuleEntryPoint>PciBusEntryPoint</ModuleEntryPoint>
164 </Extern>
165 <Extern>
166 <DriverBinding>gPciBusDriverBinding</DriverBinding>
167 <ComponentName>gPciBusComponentName</ComponentName>
168 </Extern>
169 </Externs>
170 <PcdCoded>
171 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
172 <C_Name>PcdPciIsaEnable</C_Name>
173 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
174 <HelpText>Whether ISA decoding is enabled on this platform so we should avoid those aliased resources</HelpText>
175 </PcdEntry>
176 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED">
177 <C_Name>PcdPciVgaEnable</C_Name>
178 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
179 <HelpText>Whether VGA decoding is enabled on this platform so we should avoid those aliased resources</HelpText>
180 </PcdEntry>
181 </PcdCoded>
182 </ModuleSurfaceArea>