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