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