]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiCoreServicesTablePointerLib/PeiCoreServicesTablePointerLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[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
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
949f388f 10#\r
e3ba31da 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
bb89ec1a 18 BASE_NAME = EmulatorPkgPeiCoreServicesTablePointerLib\r
949f388f 19 FILE_GUID = E9A22529-44FA-3E4A-A66B-1E918E7AB26A\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PeiServicesTablePointerLib|PEI_CORE\r
23\r
24#\r
ba6037f8 25# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
949f388f 26#\r
27\r
28[Sources]\r
29 PeiServicesTablePointer.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
949f388f 33\r
34[LibraryClasses]\r
35 DebugLib\r
36\r