]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / 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 - 2009, Intel Corporation
9 #
10 # All rights reserved. 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 EFI_SPECIFICATION_VERSION = 0x00020000
27 ENTRY_POINT = PciBusEntryPoint
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34 # DRIVER_BINDING = gPciBusDriverBinding
35 # COMPONENT_NAME = gPciBusComponentName
36 # COMPONENT_NAME2 = gPciBusComponentName2
37 #
38
39 [Sources.common]
40 PciLib.c
41 PciIo.c
42 PciBus.c
43 PciDeviceSupport.c
44 ComponentName.c
45 ComponentName.h
46 PciCommand.c
47 PciResourceSupport.c
48 PciEnumeratorSupport.c
49 PciEnumerator.c
50 PciOptionRomSupport.c
51 PciDriverOverride.c
52 PciPowerManagement.c
53 PciPowerManagement.h
54 PciDriverOverride.h
55 PciRomTable.c
56 PciHotPlugSupport.c
57 PciLib.h
58 PciHotPlugSupport.h
59 PciRomTable.h
60 PciOptionRomSupport.h
61 PciEnumeratorSupport.h
62 PciEnumerator.h
63 PciResourceSupport.h
64 PciDeviceSupport.h
65 PciCommand.h
66 PciIo.h
67 PciBus.h
68
69 [Packages]
70 MdePkg/MdePkg.dec
71 MdeModulePkg/MdeModulePkg.dec
72 IntelFrameworkPkg/IntelFrameworkPkg.dec
73 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
74
75 [LibraryClasses]
76 PcdLib
77 DevicePathLib
78 UefiBootServicesTableLib
79 MemoryAllocationLib
80 ReportStatusCodeLib
81 BaseMemoryLib
82 UefiLib
83 BaseLib
84 UefiDriverEntryPoint
85 DebugLib
86 PeCoffLib
87
88 [Protocols]
89 gEfiPciHotPlugRequestProtocolGuid ## BY_START
90 gEfiPciIoProtocolGuid ## BY_START
91 gEfiDevicePathProtocolGuid ## BY_START
92 gEfiBusSpecificDriverOverrideProtocolGuid ## BY_START
93 gEfiLoadedImageProtocolGuid ## CONSUMED
94 gEfiDecompressProtocolGuid ## CONSUMED
95 gEfiPciHotPlugInitProtocolGuid ## CONSUMED
96 gEfiPciHostBridgeResourceAllocationProtocolGuid ## CONSUMED
97 gEfiPciPlatformProtocolGuid ## CONSUMED
98 gEfiPciRootBridgeIoProtocolGuid ## CONSUMED
99 gEfiIncompatiblePciDeviceSupportProtocolGuid ## CONSUMED
100 gEfiLoadFile2ProtocolGuid ## CONSUMED
101
102 [FeaturePcd.common]
103 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport
104
105 # [Event]
106 # ##
107 # # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.
108 # #
109 # EVT_NOTIFY_SIGNAL ## PRODUCES
110 #
111 #