]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / PeiServicesTablePointerLibIdt.inf
1 ## @file
2 # Instance of PEI Services Table Pointer Library using IDT for the table pointer.
3 #
4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI
5 # Services Table from the IDT on IA-32 and x64.
6 #
7 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = PeiServicesTablePointerLibIdt
17 MODULE_UNI_FILE = PeiServicesTablePointerLibIdt.uni
18 FILE_GUID = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Packages]
29 MdePkg/MdePkg.dec
30
31 [Sources]
32 PeiServicesTablePointer.c
33
34
35 [LibraryClasses]
36 DebugLib
37 BaseLib
38 BaseMemoryLib