]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
index 22df764e0a28b2cb0a209a0738ab97342446caca..bf66552185f0456877da23de51290a111f4e664f 100644 (file)
@@ -1,10 +1,10 @@
 #/** @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
+#  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
 #\r
 #**/\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\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
-#\r
-\r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
+#  DRIVER_BINDING                =  gPciBusDriverBinding\r
+#  COMPONENT_NAME                =  gPciBusComponentName\r
+#  COMPONENT_NAME2               =  gPciBusComponentName2\r
 #\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
   PciDeviceSupport.h\r
   PciCommand.h\r
   PciIo.h\r
-  pcibus.h\r
-\r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
+  PciBus.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
-\r
-\r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   PciIncompatibleDeviceSupportLib\r
   PcdLib\r
   BaseLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-\r
-\r
-################################################################################\r
-#\r
-# Guid C Name Section - list of Guids that this module uses or produces.\r
-#\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
-\r
-################################################################################\r
-#\r
-# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
-#                           that this module uses or produces.\r
-#\r
-################################################################################\r
+  PeCoffLib\r
 \r
 [Protocols]\r
   gEfiPciHotPlugRequestProtocolGuid             # PROTOCOL ALWAYS_PRODUCED\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
 \r
+[FeaturePcd.common]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable\r
 \r
-################################################################################\r
-#\r
-# Pcd FEATURE_FLAG - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
-\r
-[PcdsFeatureFlag.common]\r
-  PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-  PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-  PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-\r
-\r
-################################################################################\r
-#\r
-# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
+[FixedPcd.common]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask\r
 \r
-[PcdsFixedAtBuild.common]\r
-  PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
 \r