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