]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiHobLib/PeiHobLib.inf
clean up EBC in inf files.
[mirror_edk2.git] / MdePkg / Library / PeiHobLib / PeiHobLib.inf
CommitLineData
66f0059f 1#/** @file\r
2# Component description file for Pei Hob Library\r
3#\r
4# HOB Library implementation that uses PEI Services to retrieve the HOB List.\r
5# Copyright (c) 2006, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
66f0059f 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiHobLib\r
20 FILE_GUID = 9643128f-ac24-4b3e-b6be-d8849a306153\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
123489db 23 LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC\r
66f0059f 24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27\r
66f0059f 28#\r
078bee4e 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
66f0059f 30#\r
31\r
66f0059f 32[Sources.common]\r
33 HobLib.c\r
34\r
66f0059f 35\r
66f0059f 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
66f0059f 40[LibraryClasses]\r
41 BaseMemoryLib\r
42 PeiServicesLib\r
43 DebugLib\r
44\r
66f0059f 45[Guids]\r
46 gEfiHobMemoryAllocStackGuid # ALWAYS_CONSUMED\r
47 gEfiHobMemoryAllocBspStoreGuid # ALWAYS_CONSUMED\r
48 gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED\r
49\r