]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib class.
[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
19388d29 9# This program and the accompanying materials\r
48924f14 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 12# http://opensource.org/licenses/bsd-license.php.\r
48924f14 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
48924f14 18\r
48924f14 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiServicesTablePointerLibIdt\r
22 FILE_GUID = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
123489db 25 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
48924f14 26\r
27\r
48924f14 28#\r
3d73239a 29# VALID_ARCHITECTURES = IA32 X64\r
48924f14 30#\r
31\r
623ad724 32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
81c7803c 35[Sources]\r
48924f14 36 PeiServicesTablePointer.c\r
37\r
48924f14 38\r
48924f14 39[LibraryClasses]\r
40 DebugLib\r
81c7803c 41 BaseLib\r
fcfd5fb0 42 BaseMemoryLib\r