]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
6981bb994c2e6863bdd18e708e431cdf67e715de
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / PeiServicesTablePointerLibIdt.inf
1 #/** @file
2 #
3 # PEI Services Table Library implementation that retrieves a pointer to the PEI
4 # Copyright (c) 2006 - 2007, Intel Corporation.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #**/
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PeiServicesTablePointerLibIdt
24 FILE_GUID = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9
25 MODULE_TYPE = PEIM
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64
36 #
37
38 ################################################################################
39 #
40 # Sources Section - list of files that are required for the build to succeed.
41 #
42 ################################################################################
43 [Sources.Ia32]
44 Ia32/AsmPeiSevicesTablePointer.c||MSFT|||
45 Ia32/AsmPeiSevicesTablePointer.S||GCC|||
46 PeiServicesTablePointer.c
47
48 [Sources.X64]
49 x64/AsmPeiSevicesTablePointer.asm||MSFT|||
50 x64/AsmPeiSevicesTablePointer.S||GCC|||
51 PeiServicesTablePointer.c
52
53
54 ################################################################################
55 #
56 # Library Class Section - list of Library Classes that are required for
57 # this module.
58 #
59 ################################################################################
60
61 [LibraryClasses]
62 DebugLib
63