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