]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiPalLib/PeiPalLib.inf
7ffe83508a4773006574d0164abc22bae8acc902
[mirror_edk2.git] / MdePkg / Library / PeiPalLib / PeiPalLib.inf
1 #/** @file
2 # Component description file for Pei PAL call Library
3 #
4 # PAL Call Library implementation to wrap the PAL call in PEI.
5 # Copyright (c) 2006 - 2008, Intel Corporation
6 #
7 # All rights reserved.
8 # This software and associated documentation (if any) is furnished
9 # under a license and may only be used or copied in accordance
10 # with the terms of the license. Except as permitted by such
11 # license, no part of this software or documentation may be
12 # reproduced, stored in a retrieval system, or transmitted in any
13 # form or by any means without the express written consent of
14 # Intel Corporation.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PeiPalLib
22 FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = PalCallLib|PEIM PEI_CORE
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IPF
34 #
35
36 [Sources.common]
37 PeiPalLib.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42
43
44 [LibraryClasses]
45 BaseLib
46 PeiServicesLib
47 PeiServicesTablePointerLib
48
49
50 [Ppis]
51 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_CONSUMED
52