]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Library / PeiCoreServicesTablePointerLib / PeiCoreServicesTablePointerLib.inf
CommitLineData
949f388f 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
d18d8a1d 9# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 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
bb89ec1a 23 BASE_NAME = EmulatorPkgPeiCoreServicesTablePointerLib\r
949f388f 24 FILE_GUID = E9A22529-44FA-3E4A-A66B-1E918E7AB26A\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEI_CORE\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
31#\r
32\r
33[Sources]\r
34 PeiServicesTablePointer.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
949f388f 38\r
39[LibraryClasses]\r
40 DebugLib\r
41\r