]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of PEI Services Table Pointer Library using global variable for the table pointer.\r
e386b444 3#\r
85ea851e 4# PEI Services Table Pointer Library implementation that retrieves a pointer to the\r
e386b444 5# PEI Services Table from a global variable. Not available to modules that execute from\r
6# read-only memory.\r
7292888e 7#\r
3cb0a311 8# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e386b444 9#\r
9344f092 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 11#\r
12#\r
6bfbb5f0 13##\r
e386b444 14\r
e386b444 15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PeiServicesTablePointerLib\r
c92c1790 18 MODULE_UNI_FILE = PeiServicesTablePointerLib.uni\r
e386b444 19 FILE_GUID = 1c747f6b-0a58-49ae-8ea3-0327a4fa10e3\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
123489db 22 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
e386b444 23\r
24 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
25\r
e386b444 26#\r
3cb0a311 27# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
e386b444 28#\r
29\r
6bfbb5f0 30[Sources]\r
e386b444 31 PeiServicesTablePointer.c\r
e386b444 32\r
e386b444 33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36\r
e386b444 37[LibraryClasses]\r
38 DebugLib\r
39\r