]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Update PCI Bus Driver to use the PeCoffLib instead of paring the PE/COFF image itself
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
index 4a5f12df141acb2dada8bf019491ed89ac743b83..8fa69ec72951f205eb33245e90d528bfc62c05e6 100644 (file)
@@ -20,7 +20,7 @@
   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
@@ -39,7 +39,7 @@
 [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
   BaseLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-\r
+  PeCoffLib\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
 [Protocols]\r
   gEfiPciHotPlugRequestProtocolGuid             # PROTOCOL ALWAYS_PRODUCED\r
   gEfiBusSpecificDriverOverrideProtocolGuid     # PROTOCOL BY_START\r
   gEfiPciRootBridgeIoProtocolGuid               # PROTOCOL TO_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
   gEfiIncompatiblePciDeviceSupportProtocolGuid  # PROTOCOL TO_START\r
-\r
+  gEfiUgaIoProtocolGuid                         # ALWAYS_CONSUMED     System Table\r
 \r
 [FeaturePcd.common]\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable\r
 [FixedPcd.common]\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask\r
 \r
+\r