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