]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[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
ba6037f8 8# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 9# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
946bfba2 10#\r
e3ba31da 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
946bfba2 12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
bb89ec1a 18 BASE_NAME = EmulatorPkgPeiServicesTablePointerLib\r
946bfba2 19 FILE_GUID = 7488FC06-370A-1C41-B05C-7395559A535A\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
ba6037f8 25# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
946bfba2 26#\r
27\r
28[Sources]\r
29 PeiServicesTablePointer.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
bb89ec1a 33 EmulatorPkg/EmulatorPkg.dec\r
946bfba2 34\r
35[LibraryClasses]\r
36 DebugLib\r
37\r
38[Pcd]\r
bb89ec1a 39 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage\r