]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/PeiHobLib/PeiHobLib.inf
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiHobLib / PeiHobLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of HOB Library using PEI Services.\r
3#\r
4# HOB Library implementation that uses PEI Services to retrieve the HOB List.\r
5#\r
6# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PeiHobLib\r
21 FILE_GUID = 9643128f-ac24-4b3e-b6be-d8849a306153\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC\r
25\r
26\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
29#\r
30\r
31[Sources]\r
32 HobLib.c\r
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 PeiServicesLib\r
42 DebugLib\r
43\r
44[Guids]\r
45 gEfiHobMemoryAllocStackGuid ## PRODUCES ## HOB\r
46 gEfiHobMemoryAllocBspStoreGuid ## PRODUCES ## HOB\r
47 gEfiHobMemoryAllocModuleGuid ## PRODUCES ## HOB\r
48\r
49#\r
50# [Hob]\r
51# RESOURCE_DESCRIPTOR ## PRODUCES\r
52# MEMORY_ALLOCATION ## PRODUCES\r
53# GUID_EXTENSION ## CONSUMES\r
54# GUID_EXTENSION ## PRODUCES\r
55# CPU ## PRODUCES\r
56# FV2 ## PRODUCES\r
57# FV ## PRODUCES\r
58# \r
59\r