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