]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
PeCoffGetEntryPointLib: Fix spelling issue
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibKr7 / PeiServicesTablePointerLibKr7.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of PEI Services Table Pointer Library using KR7 for the table pointer.\r
3#\r
4# PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI\r
5# Services Table from KR7 on IPF.\r
5088ce25 6#\r
c92c1790 7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
5088ce25 8#\r
19388d29 9# This program and the accompanying materials\r
5088ce25 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 12# http://opensource.org/licenses/bsd-license.php.\r
5088ce25 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
5088ce25 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiServicesTablePointerLibKr7\r
c92c1790 22 MODULE_UNI_FILE = PeiServicesTablePointerLibKr7.uni\r
5088ce25 23 FILE_GUID = E0E7D776-E7EB-4e5f-9AA8-54CF3AA64A43\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
123489db 26 LIBRARY_CLASS = PeiServicesTablePointerLib|SEC PEIM PEI_CORE\r
5088ce25 27\r
28\r
29#\r
30# VALID_ARCHITECTURES = IPF\r
31#\r
32\r
33[Sources.Ipf]\r
34 PeiServicesTablePointer.c\r
35\r
10e53a28 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
5088ce25 39[LibraryClasses]\r
40 DebugLib\r
10e53a28 41 BaseLib\r
5088ce25 42\r