]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
index f36cf9b02a6497b6356d308b4b7d0fcfa9d791b3..f230da8f7e508fd0fb4b70b3d9899a00775ffbe4 100755 (executable)
@@ -1,8 +1,8 @@
-#/** @file\r
+## @file\r
 #\r
 #    Component description file a sinngle segment PCI Host Bridge driver.\r
 #\r
-#  Copyright (c) 2008 - 2009, Intel Corporation. <BR>\r
+#  Copyright (c) 2008 - 2010, Intel Corporation. <BR>\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
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -11,7 +11,7 @@
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #  \r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -19,8 +19,6 @@
   FILE_GUID                      = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
 \r
   ENTRY_POINT                    = InitializePciHostBridge\r
 \r
@@ -47,9 +45,9 @@
 [Protocols]\r
   gEfiPciHostBridgeResourceAllocationProtocolGuid\r
   gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiCpuIoProtocolGuid \r
+  gEfiCpuIo2ProtocolGuid \r
   gEfiMetronomeArchProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
 \r
 [depex]\r
-  gEfiCpuIoProtocolGuid AND gEfiMetronomeArchProtocolGuid\r
+  gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r