]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.inf
CommitLineData
0530bfe3 1## @file\r
2# Instance of PEI Services Table Pointer Library using global variable for the table pointer.\r
3#\r
4# PEI Services Table Pointer 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
7#\r
07c33e4e 8# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
0530bfe3 9# Copyright (c) 2011 Hewlett-Packard Corporation. All rights reserved.<BR>\r
10#\r
4059386c 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0530bfe3 12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PeiServicesTablePointerLib\r
19 FILE_GUID = C3C9C4ED-EB8A-4548-BE1B-ABB0B6F35B1E\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
23\r
24#\r
07c33e4e 25# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
0530bfe3 26#\r
27\r
28[Sources]\r
29 PeiServicesTablePointer.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 ArmPkg/ArmPkg.dec\r
34\r
35[LibraryClasses]\r
36 ArmLib\r
37 DebugLib\r
3402aac7 38\r
0530bfe3 39[Pcd]\r
3402aac7 40\r