]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
MdeModulePkg: Add new driver to publish EDKII_PI_SMM_COMMUNICATION_REGION_TABLE.
[mirror_edk2.git] / MdePkg / Library / PeiPciLibPciCfg2 / PeiPciLibPciCfg2.inf
index be91a6ce29c974875efc2239e1787c65d0542d8b..2a6168522f67e1cde6398853aaa590e9b198f5ce 100644 (file)
@@ -1,4 +1,4 @@
-# @file\r
+## @file\r
 # PCI Library that layers on top of the PCI CFG2 PPI.\r
 #\r
 # This library produces the APIs from the PCI Library and implements\r
@@ -7,26 +7,26 @@
 #  the first PPI found, so this library instance should only be used platforms\r
 #  with a single PCI segment.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2014, 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
   BASE_NAME                      = PeiPciLibPciCfg2\r
+  MODULE_UNI_FILE                = PeiPciLibPciCfg2.uni\r
   FILE_GUID                      = FA3AD693-D58A-4619-960B-8EE85C914870\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PciLib|PEIM SEC PEI_CORE\r
-  PI_SPECIFICATION_VERSION       = 0x00010000\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -34,7 +34,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciLib.c\r
 \r
 \r
@@ -49,5 +49,8 @@
   PeiServicesLib\r
 \r
 [Ppis]\r
-  gEfiPciCfg2PpiGuid                            # PPI ALWAYS_CONSUMED\r
+  gEfiPciCfg2PpiGuid                            ## CONSUMES\r
+\r
+[Depex.common.PEIM]\r
+  gEfiPciCfg2PpiGuid\r
 \r