]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
Merge EDK tracker 892 to EDK II.
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibMm7 / PeiServicesTablePointerLibMm7.inf
CommitLineData
9c41921b 1#/** @file\r
2# Component description file for MM7 Pei Services Table Pointer Library\r
3#\r
4# PEI Services Table Library implementation that retrieves a pointer to the PEI\r
5# Services Table from the MM7 on IA-32 and x64.\r
6# Copyright (c) 2006, Intel Corporation.\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PeiServicesTablePointerLibMm7\r
21 FILE_GUID = e6e9c1f8-2c8a-4f4b-a27c-c382e4bb8e67\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
123489db 24 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC\r
9c41921b 25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources.common]\r
37 PeiServicesTablePointer.c\r
38\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 DebugLib\r
46 BaseLib\r
81c7803c 47 BaseMemoryLib\r
48 PeiServicesLib\r