]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
Update the copyright notice format
[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
19388d29 8# Copyright (c) 2007 - 2010, 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
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
6bfbb5f0 18##\r
e386b444 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\r
28 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
29\r
e386b444 30#\r
078bee4e 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
e386b444 32#\r
33\r
6bfbb5f0 34[Sources]\r
e386b444 35 PeiServicesTablePointer.c\r
e386b444 36\r
e386b444 37[Packages]\r
38 MdePkg/MdePkg.dec\r
39\r
40\r
e386b444 41[LibraryClasses]\r
42 DebugLib\r
43\r