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