]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
Clean up comments in PeiServicesTablePointerLibIdt
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / PeiServicesTablePointerLibIdt.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# PEI Services Table Library implementation that retrieves a pointer to the PEI\r
4# Copyright (c) 2006 - 2007, Intel Corporation.\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = PeiServicesTablePointerLibIdt\r
24 FILE_GUID = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE \r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64\r
36#\r
37\r
38################################################################################\r
39#\r
40# Sources Section - list of files that are required for the build to succeed.\r
41#\r
42################################################################################\r
43[Sources.Ia32]\r
44 Ia32/AsmPeiSevicesTablePointer.c||MSFT|||\r
45 Ia32/AsmPeiSevicesTablePointer.S||GCC|||\r
46 PeiServicesTablePointer.c\r
47\r
48[Sources.X64]\r
49 x64/AsmPeiSevicesTablePointer.asm||MSFT|||\r
50 x64/AsmPeiSevicesTablePointer.S||GCC|||\r
51 PeiServicesTablePointer.c\r
52\r
53\r
54################################################################################\r
55#\r
56# Library Class Section - list of Library Classes that are required for\r
57# this module.\r
58#\r
59################################################################################\r
60\r
61[LibraryClasses]\r
62 DebugLib\r
63\r