]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
MdePkg BaseStackCheckLib: Correct style of file header
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of PEI Services Table Pointer Library using global variable for the table pointer.\r
e386b444 3#\r
85ea851e 4# PEI Services Table Pointer Library implementation that retrieves a pointer to the\r
e386b444 5# PEI Services Table from a global variable. Not available to modules that execute from\r
6# read-only memory.\r
7292888e 7#\r
c92c1790 8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
e386b444 9#\r
19388d29 10# This program and the accompanying materials\r
e386b444 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
2fc59a00 13# http://opensource.org/licenses/bsd-license.php.\r
e386b444 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
6bfbb5f0 18##\r
e386b444 19\r
e386b444 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiServicesTablePointerLib\r
c92c1790 23 MODULE_UNI_FILE = PeiServicesTablePointerLib.uni\r
e386b444 24 FILE_GUID = 1c747f6b-0a58-49ae-8ea3-0327a4fa10e3\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
123489db 27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
e386b444 28\r
29 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
30\r
e386b444 31#\r
078bee4e 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
e386b444 33#\r
34\r
6bfbb5f0 35[Sources]\r
e386b444 36 PeiServicesTablePointer.c\r
e386b444 37\r
e386b444 38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
e386b444 42[LibraryClasses]\r
43 DebugLib\r
44\r