]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPalLib/PeiPalLib.inf
Refine file header for INF files of MDE library instances.
[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
55256f51 27 LIBRARY_CLASS = PalCallLib|PEIM PEI_CORE\r
ed8717c5 28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IPF\r
36#\r
37\r
38[Sources.common]\r
677472aa 39 PeiPalLib.c\r
ed8717c5 40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 PeiServicesLib\r
49 PeiServicesTablePointerLib\r
50\r
51\r
52[Ppis]\r
53 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_CONSUMED\r
54\r