]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPalLib/PeiPalLib.inf
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiPalLib / PeiPalLib.inf
CommitLineData
6bfbb5f0 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
19388d29 7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
08a458be 8#\r
19388d29 9# This program and the accompanying materials\r
08a458be 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
2fc59a00 12# http://opensource.org/licenses/bsd-license.php.\r
08a458be 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
6bfbb5f0 17##\r
ed8717c5 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\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IPF\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
677472aa 35 PeiPalLib.c\r
ed8717c5 36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 PeiServicesLib\r
45 PeiServicesTablePointerLib\r
46\r
47\r
48[Ppis]\r
0f46efec 49 gEfiSecPlatformInformationPpiGuid ## CONSUMES\r
ed8717c5 50\r