]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / UefiPciLibPciRootBridgeIo / UefiPciLibPciRootBridgeIo.inf
index 1aadc5250125fb1eaaf36f3190796e0d65a14a9e..156a10c9989be4d0916550091fc61055708584e6 100644 (file)
@@ -1,4 +1,4 @@
-# @file\r
+## @file\r
 # PCI Library that layers on top of the PCI Root Bridge I/O Protocol.\r
 #\r
 # This library produces the APIs from the PCI Library and implements these APIs\r
@@ -7,7 +7,7 @@
 #  This library binds to the first PCI Root Bridge I/O Protocol in the platform. As a result,\r
 #  it should only be used on platforms that contain a single PCI root bridge.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2010, 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
@@ -26,8 +26,6 @@
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PciLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   CONSTRUCTOR                    = PciLibConstructor\r
 \r
@@ -37,7 +35,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciLib.c\r
 \r
 \r
@@ -51,5 +49,7 @@
   DebugLib\r
 \r
 [Protocols]\r
-  gEfiPciRootBridgeIoProtocolGuid               # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiPciRootBridgeIoProtocolGuid               ## CONSUMES\r
 \r
+[Depex]\r
+  gEfiPciRootBridgeIoProtocolGuid\r