]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
index 917889ca0a92b3153b8efec5f0c5ccd880797618..5a1d39e8fbfc4fdc563d4873cd30dabe984c1ba9 100644 (file)
@@ -1,11 +1,8 @@
 ## @file\r
-#  Component description file for PciBus module.\r
+#  The PCI bus driver will probe all PCI devices and allocate MMIO and IO space for these devices.\r
+#  Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable hot plug supporting.\r
 #\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
-#  hot plug supporting.\r
-#\r
-#  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -20,6 +17,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PciBusDxe\r
+  MODULE_UNI_FILE                = PciBusDxe.uni\r
   FILE_GUID                      = 93B80004-9FB3-11d4-9A3A-0090273FC14D\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PeCoffLib\r
 \r
 [Protocols]\r
-  gEfiPciHotPlugRequestProtocolGuid               ## BY_START\r
+  gEfiPciHotPlugRequestProtocolGuid               ## SOMETIMES_PRODUCES\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
-  gEfiPciOverrideProtocolGuid                     ## CONSUMED \r
-  gEfiPciEnumerationCompleteProtocolGuid          ## CONSUMED \r
-  gEfiPciRootBridgeIoProtocolGuid                 ## CONSUMED\r
-  gEfiIncompatiblePciDeviceSupportProtocolGuid    ## CONSUMED\r
-  gEfiLoadFile2ProtocolGuid                       ## CONSUMED\r
+  gEfiLoadedImageProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiDecompressProtocolGuid                      ## SOMETIMES_CONSUMES\r
+  gEfiPciHotPlugInitProtocolGuid                  ## SOMETIMES_CONSUMES\r
+  gEfiPciHostBridgeResourceAllocationProtocolGuid ## TO_START\r
+  gEfiPciPlatformProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiPciOverrideProtocolGuid                     ## SOMETIMES_CONSUMES \r
+  gEfiPciEnumerationCompleteProtocolGuid          ## PRODUCES \r
+  gEfiPciRootBridgeIoProtocolGuid                 ## TO_START\r
+  gEfiIncompatiblePciDeviceSupportProtocolGuid    ## SOMETIMES_CONSUMES\r
+  gEfiLoadFile2ProtocolGuid                       ## SOMETIMES_PRODUCES\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdUnalignedPciIoEnable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUnalignedPciIoEnable        ## CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize         ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport                ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport                  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport                ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration    ## SOMETIMES_CONSUMES\r
 \r
-# [Event]\r
-#   ##\r
-#   # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.\r
-#   #\r
-#   EVT_NOTIFY_SIGNAL                   ## PRODUCES\r
-#\r
-#\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PciBusDxeExtra.uni\r