]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Add()
[mirror_edk2.git] / MdePkg / Library / BasePostCodeLibDebug / BasePostCodeLibDebug.inf
index 73f4eea9c08a84bfca89df86f1bc7c98ad53931f..1b9c8ad2c8c7fc0a7751a9d9e2b3e420d8ba4864 100644 (file)
@@ -1,14 +1,15 @@
 ## @file\r
 #  Instance of Post Code Library based on Debug Library.\r
 #\r
-#  Post Code Library that layers on top of a Debug Library instance.\r
+#  Post Code Library that uses DebugLib service to send PostCode.\r
+#  It layers on top of a Debug Library instance.\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2014, 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
+#  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
@@ -18,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BasePostCodeLibDebug\r
+  MODULE_UNI_FILE                = BasePostCodeLibDebug.uni\r
   FILE_GUID                      = 19e3bbba-beb1-43e8-b32d-9acbb22c7639\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
@@ -44,5 +46,5 @@
 \r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask\r
+  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask  ## CONSUMES\r
 \r