]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf
Update for NetworkPkg.
[mirror_edk2.git] / IntelFrameworkPkg / Library / PeiHobLibFramework / PeiHobLibFramework.inf
CommitLineData
6bfbb5f0 1## @file\r
2f78ec7a 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# This library instance uses EFI_HOB_TYPE_CV defined in Intel framework HOB specification v0.9\r
6# to implement HobLib BuildCvHob() API. \r
7#\r
2b3687db 8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
2f78ec7a 9#\r
2b3687db 10# This program and the accompanying materials\r
2f78ec7a 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
2f78ec7a 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PeiHobLib\r
23 FILE_GUID = B6684612-6F5D-425d-952C-F462792EC00B\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC\r
27\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
2f78ec7a 34 HobLib.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
43 PeiServicesLib\r
44 DebugLib\r
45\r
46[Guids]\r
47 gEfiHobMemoryAllocStackGuid ## PRODUCES ## HOB\r
48 gEfiHobMemoryAllocBspStoreGuid ## PRODUCES ## HOB\r
49 gEfiHobMemoryAllocModuleGuid ## PRODUCES ## HOB\r
50\r
51#\r
52# [Hob]\r
53# RESOURCE_DESCRIPTOR ## PRODUCES\r
54# MEMORY_ALLOCATION ## PRODUCES\r
55# GUID_EXTENSION ## CONSUMES\r
56# GUID_EXTENSION ## PRODUCES\r
57# CPU ## PRODUCES\r
58# FV2 ## PRODUCES\r
59# FV ## PRODUCES\r
60# \r
61\r