]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
MdePkg/SmiHandlerProfile: Add Context support in Unregister
[mirror_edk2.git] / MdePkg / Library / BasePostCodeLibDebug / BasePostCodeLibDebug.inf
index 64553ec54b3c61d231322e6601c81539f4bddf2b..1b9c8ad2c8c7fc0a7751a9d9e2b3e420d8ba4864 100644 (file)
@@ -1,28 +1,29 @@
-#/** @file\r
-# Component description file Post Code Library.\r
+## @file\r
+#  Instance of Post Code Library based on Debug Library.\r
 #\r
-# The instance of Post Code Library that layers on top of a Debug Library instance.\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+#  Post Code Library that uses DebugLib service to send PostCode.\r
+#  It layers on top of a Debug Library instance.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
 #\r
-#**/\r
+##\r
 \r
 [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
   LIBRARY_CLASS                  = PostCodeLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
@@ -30,7 +31,7 @@
 #\r
 \r
 \r
-[Sources.common]\r
+[Sources]\r
   PostCode.c\r
 \r
 \r
@@ -44,6 +45,6 @@
   DebugLib\r
 \r
 \r
-[Pcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask  ## CONSUMES\r
 \r