]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
MdePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / PeiServicesLib / PeiServicesLib.inf
CommitLineData
6bfbb5f0 1## @file\r
738ec565 2# PEI Services Library implementation.\r
85ea851e 3#\r
9095d37b 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
738ec565 5#\r
19388d29 6# This program and the accompanying materials\r
738ec565 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 9# http://opensource.org/licenses/bsd-license.php.\r
738ec565 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
738ec565 15\r
738ec565 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PeiServicesLib\r
c92c1790 19 MODULE_UNI_FILE = PeiServicesLib.uni\r
738ec565 20 FILE_GUID = a804239b-4155-446f-acc8-f0825d74908c\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
9095d37b 23 LIBRARY_CLASS = PeiServicesLib|SEC PEIM PEI_CORE\r
0126845e 24 PI_SPECIFICATION_VERSION = 0x0001000A\r
738ec565 25\r
738ec565 26#\r
3cb0a311 27# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
738ec565 28#\r
29\r
6bfbb5f0 30[Sources]\r
738ec565 31 PeiServicesLib.c\r
738ec565 32\r
33\r
738ec565 34[Packages]\r
35 MdePkg/MdePkg.dec\r
36\r
738ec565 37[LibraryClasses]\r
38 PeiServicesTablePointerLib\r
729675ae 39 MemoryAllocationLib\r
40 DebugLib\r
41\r
42[Guids]\r
c92c1790 43 gEfiFirmwareFileSystem2Guid ## SOMETIMES_PRODUCES ## GUID # FV File System Guid.\r
729675ae 44\r
45[Ppis]\r
c92c1790
LG
46 gEfiPeiFirmwareVolumeInfoPpiGuid ## SOMETIMES_PRODUCES\r
47 gEfiPeiFirmwareVolumeInfo2PpiGuid ## SOMETIMES_PRODUCES\r
738ec565 48\r