]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
Add more file comments for PeiServiceTableLib
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.inf
CommitLineData
e386b444 1#/** @file\r
2# Component description file for Pei Services Table Library\r
3#\r
4# PEI Services Table Library implementation that retrieves a pointer to the\r
5# PEI Services Table from a global variable. Not available to modules that execute from\r
6# read-only memory.\r
7292888e 7#\r
dd0687a4 8# Copyright (c) 2007, Intel Corporation.\r
e386b444 9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
e386b444 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiServicesTablePointerLib\r
23 FILE_GUID = 1c747f6b-0a58-49ae-8ea3-0327a4fa10e3\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
123489db 26 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
e386b444 27 EDK_RELEASE_VERSION = 0x00020000\r
28 EFI_SPECIFICATION_VERSION = 0x00020000\r
29\r
30 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
31\r
e386b444 32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
e386b444 36[Sources.common]\r
37 PeiServicesTablePointer.c\r
c6f4d4c9 38 PeiServicesTablePointerInternal.h\r
e386b444 39\r
e386b444 40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43\r
e386b444 44[LibraryClasses]\r
45 DebugLib\r
46\r