]> 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 bf66552185f0456877da23de51290a111f4e664f..a3a13d55a0db9875dc1fb72b77ba270416877a54 100644 (file)
@@ -3,7 +3,8 @@
 #\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
+#  hot plug supporting.\r
+#\r
 #  Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -72,7 +73,6 @@
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  PciIncompatibleDeviceSupportLib\r
   PcdLib\r
   DevicePathLib\r
   UefiBootServicesTableLib\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
-  gEfiIncompatiblePciDeviceSupportProtocolGuid  # PROTOCOL TO_START\r
-  gEfiUgaIoProtocolGuid                         # ALWAYS_CONSUMED     System Table\r
-  gEfiLoadFile2ProtocolGuid                                            # SOMETIMES_CONSUMED\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
-[FixedPcd.common]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask\r
-\r
 \r
+# [Event]\r
+#   ##\r
+#   # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.\r
+#   #\r
+#   EVT_NOTIFY_SIGNAL                   ## PRODUCES\r
+#\r
+#\r