]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
New EdkShell binaries.
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
index ea373b3c7318b1588ac8969e059ec21b32d7e45a..bed1d3725297e5fbe83f0c5e974da96743bbfb3e 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 #    Component description file a sinngle segment PCI Host Bridge driver.\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved. <BR>\r
+#  Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
   BaseLib\r
   DebugLib\r
   DevicePathLib\r
-  \r
+  IoLib\r
+  PciLib\r
+\r
 [Sources]\r
   PciHostBridge.c\r
   PciRootBridgeIo.c\r
   PciHostBridge.h\r
+  IoFifo.h\r
+\r
+[Sources.IA32]\r
+  Ia32/IoFifo.asm\r
+  Ia32/IoFifo.S\r
+\r
+[Sources.X64]\r
+  X64/IoFifo.asm\r
+  X64/IoFifo.S\r
 \r
 [Protocols]\r
   gEfiPciHostBridgeResourceAllocationProtocolGuid\r
   gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiCpuIo2ProtocolGuid \r
   gEfiMetronomeArchProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
 \r
 [depex]\r
-  gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r
+  gEfiMetronomeArchProtocolGuid\r
+\r