]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPalLib/PeiPalLib.inf
MdePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdePkg / Library / PeiPalLib / PeiPalLib.inf
CommitLineData
6bfbb5f0 1## @file\r
c92c1790 2# Instance of PAL Library using a PPI for PAL entrypoint.\r
85ea851e 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
c92c1790 7# Copyright (c) 2006 - 2014, 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
c92c1790 22 MODULE_UNI_FILE = PeiPalLib.uni\r
ed8717c5 23 FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
978baf50 26 LIBRARY_CLASS = PalLib|PEIM SEC PEI_CORE\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
6bfbb5f0 35[Sources]\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
0f46efec 50 gEfiSecPlatformInformationPpiGuid ## CONSUMES\r
ed8717c5 51\r