]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
ArmPkg: Removing ipf which is no longer supported from edk2.
[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
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php.\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = PeiServicesTablePointerLib\r
24 FILE_GUID = C3C9C4ED-EB8A-4548-BE1B-ABB0B6F35B1E\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
28\r
29#\r
07c33e4e 30# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
0530bfe3 31#\r
32\r
33[Sources]\r
34 PeiServicesTablePointer.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 ArmPkg/ArmPkg.dec\r
39\r
40[LibraryClasses]\r
41 ArmLib\r
42 DebugLib\r
3402aac7 43\r
0530bfe3 44[Pcd]\r
3402aac7 45\r