]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiPciSegmentLibPciCfg2 / PeiPciSegmentLibPciCfg2.inf
index 9e04b234878e3ef0c0a758c44251baf301037e3a..615de88408f1557077010090f688dd294ac10dc5 100644 (file)
@@ -1,4 +1,4 @@
-# @file\r
+## @file\r
 # PCI Segment Library that layers on top of the PCI CFG2 PPI.\r
 #\r
 # This library produces the APIs from the PCI Segment Library and\r
@@ -6,17 +6,17 @@
 #  EFI_PEI_PCI CFG2 PPIs are typically produced by a chipset specific PEIM.\r
 #  This library instance should only be used platforms with multiple PCI segments.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
+#  http://opensource.org/licenses/bsd-license.php.\r
 #  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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -25,8 +25,6 @@
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PciSegmentLib|PEIM SEC PEI_CORE\r
-  PI_SPECIFICATION_VERSION       = 0x00010000\r
-\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -34,7 +32,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciSegmentLib.c\r
 \r
 [Packages]\r
@@ -47,5 +45,8 @@
   PeiServicesLib\r
 \r
 [Ppis]\r
-  gEfiPciCfg2PpiGuid                            # PPI ALWAYS_CONSUMED\r
+  gEfiPciCfg2PpiGuid                            ##  CONSUMES\r
+\r
+[Depex]\r
+  gEfiPciCfg2PpiGuid\r
 \r