]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / PeiServicesTablePointerLibIdt.inf
CommitLineData
48924f14 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
7# Copyright (c) 2006 - 2008, Intel Corporation.\r
48924f14 8#\r
9# All rights reserved. This program and the accompanying materials\r
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
12# http://opensource.org/licenses/bsd-license.php\r
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
17#**/\r
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 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29\r
48924f14 30#\r
078bee4e 31# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
48924f14 32#\r
33\r
623ad724 34[Packages]\r
35 MdePkg/MdePkg.dec\r
36\r
81c7803c 37[Sources]\r
48924f14 38 PeiServicesTablePointer.c\r
39\r
48924f14 40\r
48924f14 41[LibraryClasses]\r
42 DebugLib\r
81c7803c 43 BaseLib\r
44\r
45\r
48924f14 46\r