]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
MdePkg BaseStackCheckLib: Correct style of file header
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / PeiServicesTablePointerLibIdt.inf
index 6981bb994c2e6863bdd18e708e431cdf67e715de..d14af86c3067dd557049017f64d353921c5df2ac 100644 (file)
@@ -1,63 +1,43 @@
-#/** @file\r
+## @file\r
+# Instance of PEI Services Table Pointer Library using IDT for the table pointer.\r
 #\r
-# PEI Services Table Library implementation that retrieves a pointer to the PEI\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI\r
+# Services Table from the IDT on IA-32 and x64.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 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
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiServicesTablePointerLibIdt\r
+  MODULE_UNI_FILE                = PeiServicesTablePointerLibIdt.uni\r
   FILE_GUID                      = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PeiServicesTablePointerLib|PEIM PEI_CORE \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
 \r
 \r
-#\r
-# The following information is for reference only and not required by the build tools.\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-[Sources.Ia32]\r
-  Ia32/AsmPeiSevicesTablePointer.c||MSFT|||\r
-  Ia32/AsmPeiSevicesTablePointer.S||GCC|||\r
-  PeiServicesTablePointer.c\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
 \r
-[Sources.X64]\r
-  x64/AsmPeiSevicesTablePointer.asm||MSFT|||\r
-  x64/AsmPeiSevicesTablePointer.S||GCC|||\r
+[Sources]\r
   PeiServicesTablePointer.c\r
 \r
 \r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   DebugLib\r
-\r
+  BaseLib\r
+  BaseMemoryLib\r