]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
MdePkg BaseStackCheckLib: Correct style of file header
[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
c92c1790 22 MODULE_UNI_FILE = PeiServicesTablePointerLibIdt.uni\r
48924f14 23 FILE_GUID = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
123489db 26 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
48924f14 27\r
28\r
48924f14 29#\r
3d73239a 30# VALID_ARCHITECTURES = IA32 X64\r
48924f14 31#\r
32\r
623ad724 33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
81c7803c 36[Sources]\r
48924f14 37 PeiServicesTablePointer.c\r
38\r
48924f14 39\r
48924f14 40[LibraryClasses]\r
41 DebugLib\r
81c7803c 42 BaseLib\r
fcfd5fb0 43 BaseMemoryLib\r