]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Add generic HPET Timer DXE Driver and support libraries
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
index f230da8f7e508fd0fb4b70b3d9899a00775ffbe4..c5fe0fa61aacd14919d765562b3e05038d71b662 100644 (file)
@@ -2,8 +2,8 @@
 #\r
 #    Component description file a sinngle segment PCI Host Bridge driver.\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\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
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -24,7 +24,6 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
@@ -36,7 +35,9 @@
   BaseLib\r
   DebugLib\r
   DevicePathLib\r
-  \r
+  IoLib\r
+  PciLib\r
+\r
 [Sources]\r
   PciHostBridge.c\r
   PciRootBridgeIo.c\r
@@ -45,9 +46,9 @@
 [Protocols]\r
   gEfiPciHostBridgeResourceAllocationProtocolGuid\r
   gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiCpuIo2ProtocolGuid \r
   gEfiMetronomeArchProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
 \r
 [depex]\r
-  gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r
+  gEfiMetronomeArchProtocolGuid\r
+\r