]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Library / PeiServicesTablePointerLibMagicPage / PeiServicesTablePointerLibMagicPage.inf
CommitLineData
946bfba2 1## @file\r
2# PEI Services Table Pointer Library.\r
d18d8a1d 3#\r
bb89ec1a 4# Store PEI Services Table pointer via gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage.\r
946bfba2 5# This emulates a platform SRAM. The PI mechaism does not work in the emulator due to\r
6# lack of privledge.\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
946bfba2 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 = EmulatorPkgPeiServicesTablePointerLib\r
946bfba2 24 FILE_GUID = 7488FC06-370A-1C41-B05C-7395559A535A\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
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
bb89ec1a 38 EmulatorPkg/EmulatorPkg.dec\r
946bfba2 39\r
40[LibraryClasses]\r
41 DebugLib\r
42\r
43[Pcd]\r
bb89ec1a 44 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage\r