]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
MdePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / BasePostCodeLibDebug / BasePostCodeLibDebug.inf
index 50b1c8f3e95d77b661e37b0e527e5d72de5b656d..890924c1dd5cd70876a8470f52e1cef543fd3b3d 100644 (file)
@@ -1,37 +1,37 @@
-#/** @file\r
-# Instance of Post Code Library based on Debug Library.\r
+## @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 - 2008, Intel Corporation.\r
+#  Copyright (c) 2007 - 2018, 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                      = 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
+  LIBRARY_CLASS                  = PostCodeLib\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 \r
-[Sources.common]\r
+[Sources]\r
   PostCode.c\r
 \r
 \r
@@ -45,6 +45,6 @@
   DebugLib\r
 \r
 \r
-[Pcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask  ## CONSUMES\r
 \r