]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib
[mirror_edk2.git] / ArmPlatformPkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.inf
CommitLineData
1d5d0ae9 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
8# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
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
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiServicesTablePointerLib\r
23 FILE_GUID = 1c747f6b-0a58-49ae-8ea3-0327a4fa10e3\r
8fc38a3f 24 MODULE_TYPE = BASE\r
1d5d0ae9 25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
30#\r
31\r
32[Sources]\r
33 PeiServicesTablePointer.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 ArmPlatformPkg/ArmPlatformPkg.dec\r
38\r
39[LibraryClasses]\r
8fc38a3f 40 ArmPlatformGlobalVariableLib\r
1d5d0ae9 41 \r
42[Pcd]\r
47a8e12f 43 gArmPlatformTokenSpaceGuid.PcdPeiServicePtrGlobalOffset\r
8fc38a3f 44\r