]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
1 ## @file
2 # Component description file for PciBus module.
3 #
4 # PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
5 # space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
6 # hot plug supporting.
7 #
8 # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = PciBusDxe
23 FILE_GUID = 93B80004-9FB3-11d4-9A3A-0090273FC14D
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 ENTRY_POINT = PciBusEntryPoint
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33 # DRIVER_BINDING = gPciBusDriverBinding
34 # COMPONENT_NAME = gPciBusComponentName
35 # COMPONENT_NAME2 = gPciBusComponentName2
36 #
37
38 [Sources]
39 PciLib.c
40 PciIo.c
41 PciBus.c
42 PciDeviceSupport.c
43 ComponentName.c
44 ComponentName.h
45 PciCommand.c
46 PciResourceSupport.c
47 PciEnumeratorSupport.c
48 PciEnumerator.c
49 PciOptionRomSupport.c
50 PciDriverOverride.c
51 PciPowerManagement.c
52 PciPowerManagement.h
53 PciDriverOverride.h
54 PciRomTable.c
55 PciHotPlugSupport.c
56 PciLib.h
57 PciHotPlugSupport.h
58 PciRomTable.h
59 PciOptionRomSupport.h
60 PciEnumeratorSupport.h
61 PciEnumerator.h
62 PciResourceSupport.h
63 PciDeviceSupport.h
64 PciCommand.h
65 PciIo.h
66 PciBus.h
67
68 [Packages]
69 MdePkg/MdePkg.dec
70 MdeModulePkg/MdeModulePkg.dec
71
72 [LibraryClasses]
73 PcdLib
74 DevicePathLib
75 UefiBootServicesTableLib
76 MemoryAllocationLib
77 ReportStatusCodeLib
78 BaseMemoryLib
79 UefiLib
80 BaseLib
81 UefiDriverEntryPoint
82 DebugLib
83 PeCoffLib
84
85 [Protocols]
86 gEfiPciHotPlugRequestProtocolGuid ## BY_START
87 gEfiPciIoProtocolGuid ## BY_START
88 gEfiDevicePathProtocolGuid ## BY_START
89 gEfiBusSpecificDriverOverrideProtocolGuid ## BY_START
90 gEfiLoadedImageProtocolGuid ## CONSUMED
91 gEfiDecompressProtocolGuid ## CONSUMED
92 gEfiPciHotPlugInitProtocolGuid ## CONSUMED
93 gEfiPciHostBridgeResourceAllocationProtocolGuid ## CONSUMED
94 gEfiPciPlatformProtocolGuid ## CONSUMED
95 gEfiPciOverrideProtocolGuid ## CONSUMED
96 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMED
97 gEfiPciRootBridgeIoProtocolGuid ## CONSUMED
98 gEfiIncompatiblePciDeviceSupportProtocolGuid ## CONSUMED
99 gEfiLoadFile2ProtocolGuid ## CONSUMED
100
101 [FeaturePcd]
102 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport
103 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe
104 gEfiMdeModulePkgTokenSpaceGuid.PcdUnalignedPciIoEnable
105
106 [Pcd]
107 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize
108 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport
109 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport
111
112 # [Event]
113 # ##
114 # # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.
115 # #
116 # EVT_NOTIFY_SIGNAL ## PRODUCES
117 #
118 #