]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / PeiServicesTablePointerLibIdt.inf
... / ...
CommitLineData
1## @file\r
2# Instance of PEI Services Table Pointer Library using IDT for the table pointer.\r
3#\r
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 - 2010, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# 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
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
25 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
26\r
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[Sources]\r
36 PeiServicesTablePointer.c\r
37\r
38\r
39[LibraryClasses]\r
40 DebugLib\r
41 BaseLib\r
42\r
43\r
44\r