]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.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 = EmulatorPkgPeiServicesTablePointerLib\r
949f388f 19 FILE_GUID = 5FD8B4ED-D66F-C144-9953-AC557C649925\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM\r
23\r
24 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
25\r
26#\r
ba6037f8 27# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
949f388f 28#\r
29\r
30[Sources]\r
31 PeiServicesTablePointer.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
949f388f 35\r
36[LibraryClasses]\r
37 DebugLib\r
38\r
39[Ppis]\r
65e3f333 40 gEfiPeiMemoryDiscoveredPpiGuid\r
949f388f 41\r