]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPalLib/PeiPalLib.inf
Update supported module type of PeiPalLib according to the latest MDE library spec.
[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
08a458be 7# Copyright (c) 2006 - 2008, Intel Corporation.\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
ed8717c5 15#\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
677472aa 21 BASE_NAME = PeiPalLib\r
ed8717c5 22 FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
978baf50 25 LIBRARY_CLASS = PalLib|PEIM SEC PEI_CORE\r
ed8717c5 26 EDK_RELEASE_VERSION = 0x00020000\r
ed8717c5 27\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IPF\r
33#\r
34\r
35[Sources.common]\r
677472aa 36 PeiPalLib.c\r
ed8717c5 37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 PeiServicesLib\r
46 PeiServicesTablePointerLib\r
47\r
48\r
49[Ppis]\r
50 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_CONSUMED\r
51\r