]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PcdLib.h
Synchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg...
[mirror_edk2.git] / MdePkg / Include / Library / PcdLib.h
index 858c863749f20b433010f0547294c606a5c81baa..8a7007dfb21f7632c17b32dd6978ce9ef6fb4d5b 100644 (file)
@@ -1,22 +1,22 @@
 /** @file\r
-PCD Library Class provides PCD usage macro interface for all PCD types. It should be \r
-included at any module who use PCD. \r
+  Provides library services to get and set Platform Configuration Database entries.\r
 \r
-If module use dynamic/dynamicex PCD, module should be linked to PEIM/DXE library \r
-instance to access that PCD.\r
-If module uses PatchableInModule type PCD, also need library instance produce LibPatchPcdSetPtr()\r
-interface.\r
-For FeatureFlag/Fixed PCD, macro interface is translated to an variable or macro\r
-which is auto-generated by build tool in module's autogen.h/autogen.c\r
+  PCD Library Class provides PCD usage macro interface for all PCD types.\r
+  It should be included at any module who use PCD. If module use dynamic/dynamicex\r
+  PCD, module should be linked to PEIM/DXE library instance to access that PCD.\r
+  If module uses PatchableInModule type PCD, also need library instance produce\r
+  LibPatchPcdSetPtr() interface. For FeatureFlag/Fixed PCD, macro interface is\r
+  translated to an variable or macro which is auto-generated by build tool in\r
+  module's autogen.h/autogen.c.\r
 \r
-Copyright (c) 2006 - 2008, 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
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \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
+Copyright (c) 2006 - 2008, Intel Corporation\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
+http://opensource.org/licenses/bsd-license.php\r
+\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
@@ -455,7 +455,7 @@ LibPcdSet64 (
   If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().\r
   \r
   @param[in]      TokenNumber   The PCD token number to set a current value for.\r
-  @param[in,out]  SizeOfBuffer  The size, in bytes, of Buffer.\r
+  @param[in, out] SizeOfBuffer  The size, in bytes, of Buffer.\r
   @param[in]      Buffer        Value A pointer to the buffer to set.\r
 \r
   @return Return the pointer for the buffer been set.\r