]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
index 3e43bc73284fd2dd609c73b9b2f50684429af162..a3a13d55a0db9875dc1fb72b77ba270416877a54 100644 (file)
@@ -1,10 +1,11 @@
 #/** @file\r
-# Component description file for PciBus module.\r
+#  Component description file for PciBus module.\r
 #\r
-# PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO\r
+#  PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO\r
 #  space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable\r
-#  support hot plug.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  hot plug supporting.\r
+#\r
+#  Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PciBusDxe\r
   FILE_GUID                      = 93B80004-9FB3-11d4-9A3A-0090273FC14D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PciBusEntryPoint\r
 \r
 #\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
-#  DRIVER_BINDING                =  gPciBusDriverBinding                         \r
-#  COMPONENT_NAME                =  gPciBusComponentName                         \r
+#  DRIVER_BINDING                =  gPciBusDriverBinding\r
+#  COMPONENT_NAME                =  gPciBusComponentName\r
+#  COMPONENT_NAME2               =  gPciBusComponentName2\r
 #\r
 \r
 [Sources.common]\r
   PciLib.c\r
   PciIo.c\r
-  pcibus.c\r
+  PciBus.c\r
   PciDeviceSupport.c\r
   ComponentName.c\r
   ComponentName.h\r
@@ -64,7 +64,7 @@
   PciDeviceSupport.h\r
   PciCommand.h\r
   PciIo.h\r
-  pcibus.h\r
+  PciBus.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
-\r
-\r
 [LibraryClasses]\r
-  PciIncompatibleDeviceSupportLib\r
   PcdLib\r
   DevicePathLib\r
   UefiBootServicesTableLib\r
   BaseLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-\r
-\r
-[Guids]\r
-  gEfiPciOptionRomTableGuid                     # SOMETIMES_CONSUMED  System Table\r
-  gEfiUgaIoProtocolGuid                         # ALWAYS_CONSUMED  System Table\r
-  gEfiPciHotplugDeviceGuid                      # PRIVATE\r
-  gEfiPciOptionRomTableGuid                     # SOMETIMES_CONSUMED\r
-\r
+  PeCoffLib\r
 \r
 [Protocols]\r
-  gEfiPciHotPlugRequestProtocolGuid             # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiBusSpecificDriverOverrideProtocolGuid     # PROTOCOL BY_START\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL BY_START\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL TO_START\r
-  gEfiDecompressProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiPciHotPlugInitProtocolGuid                # PROTOCOL TO_START\r
-  gEfiPciHostBridgeResourceAllocationProtocolGuid # PROTOCOL TO_START\r
-  gEfiPciPlatformProtocolGuid                   # PROTOCOL TO_START\r
-  gEfiPciRootBridgeIoProtocolGuid               # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-\r
+  gEfiPciHotPlugRequestProtocolGuid               ## BY_START\r
+  gEfiPciIoProtocolGuid                           ## BY_START\r
+  gEfiDevicePathProtocolGuid                      ## BY_START\r
+  gEfiBusSpecificDriverOverrideProtocolGuid       ## BY_START\r
+  gEfiLoadedImageProtocolGuid                     ## CONSUMED\r
+  gEfiDecompressProtocolGuid                      ## CONSUMED\r
+  gEfiPciHotPlugInitProtocolGuid                  ## CONSUMED\r
+  gEfiPciHostBridgeResourceAllocationProtocolGuid ## CONSUMED\r
+  gEfiPciPlatformProtocolGuid                     ## CONSUMED\r
+  gEfiPciRootBridgeIoProtocolGuid                 ## CONSUMED\r
+  gEfiIncompatiblePciDeviceSupportProtocolGuid    ## CONSUMED\r
+  gEfiLoadFile2ProtocolGuid                       ## CONSUMED\r
 \r
 [FeaturePcd.common]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable\r
-\r
-\r
-[FixedPcd.common]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask\r
 \r
+# [Event]\r
+#   ##\r
+#   # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.\r
+#   #\r
+#   EVT_NOTIFY_SIGNAL                   ## PRODUCES\r
+#\r
+#\r