]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
Maintainers.txt: Update email address
[mirror_edk2.git] / MdePkg / Library / PeiPcdLib / PeiPcdLib.inf
index e507e38a81289ae1b559edf5a7480b1919d14c87..75d0a630dde9feb0c070c30b882b3696e9d9a144 100644 (file)
@@ -2,10 +2,10 @@
 # Instance of PCD Library using PCD PPI.\r
 #\r
 # There are two PCD PPIs as follows:\r
-#   1) PCD_PPI \r
+#   1) PCD_PPI\r
 #      It is EDKII implementation which support Dynamic/DynamicEx Pcds.\r
 #   2) EFI_PEI_PCD_PPI\r
-#      It is defined by PI specification 1.2, Vol 3 which only support dynamicEx \r
+#      It is defined by PI specification 1.2, Vol 3 which only support dynamicEx\r
 #      type Pcd.\r
 # For dynamicEx type PCD, it is compatible between PCD_PPI and EFI_PEI_PCD_PPI.\r
 # This library instance uses the PCD_PPI to handle dynamic PCD request and use\r
 #\r
 # PCD Library that uses the PCD PPI to access Dynamic and DynamicEx PCD entries\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\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
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -30,6 +25,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiPcdLib\r
+  MODULE_UNI_FILE                = PeiPcdLib.uni\r
   FILE_GUID                      = 9dbf6f25-0da2-4a1d-8e12-e78de6ab4d0e\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
@@ -37,7 +33,7 @@
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC (EBC is for build only)\r
 #\r
 \r
 [Sources]\r
 \r
 \r
 [Ppis]\r
-  gPcdPpiGuid                                   ## CONSUMES\r
+  gPcdPpiGuid                                   ## SOMETIMES_CONSUMES\r
   gEfiPeiPcdPpiGuid                             ## CONSUMES\r
-  \r
-[depex]\r
+  gGetPcdInfoPpiGuid                            ## SOMETIMES_CONSUMES\r
+  gEfiGetPcdInfoPpiGuid                         ## SOMETIMES_CONSUMES\r
+\r
+[Depex.common.PEIM]\r
   gEfiPeiPcdPpiGuid\r
-  
\ No newline at end of file
+\r