X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiHobLib%2FPeiHobLib.inf;h=7699634d02712866ddb9ebd7e9adfc650f5a0bde;hb=fce9f9bba071de15f412163498cfeb6ef24e4970;hp=64733ffe437444b5ca7f4aae35c59a239f148e2c;hpb=123489db722361e29b23c4e72eb47f630b6c0203;p=mirror_edk2.git diff --git a/MdePkg/Library/PeiHobLib/PeiHobLib.inf b/MdePkg/Library/PeiHobLib/PeiHobLib.inf index 64733ffe43..7699634d02 100644 --- a/MdePkg/Library/PeiHobLib/PeiHobLib.inf +++ b/MdePkg/Library/PeiHobLib/PeiHobLib.inf @@ -1,8 +1,9 @@ #/** @file -# Component description file for Pei Hob Library +# Instance of HOB Library using PEI Services. # # HOB Library implementation that uses PEI Services to retrieve the HOB List. -# Copyright (c) 2006, Intel Corporation +# +# Copyright (c) 2006 - 2008, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -21,12 +22,10 @@ MODULE_TYPE = PEIM VERSION_STRING = 1.0 LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # [Sources.common] @@ -43,7 +42,16 @@ DebugLib [Guids] - gEfiHobMemoryAllocStackGuid # ALWAYS_CONSUMED - gEfiHobMemoryAllocBspStoreGuid # ALWAYS_CONSUMED - gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED + gEfiHobMemoryAllocStackGuid ## PRODUCES ## HOB + gEfiHobMemoryAllocBspStoreGuid ## PRODUCES ## HOB + gEfiHobMemoryAllocModuleGuid ## PRODUCES ## HOB + +# +# [Hob] +# RESOURCE_DESCRIPTOR ## PRODUCES +# MEMORY_ALLOCATION ## PRODUCES +# GUID_EXTENSION ## PRODUCES +# FV2 ## PRODUCES +# FV ## PRODUCES +#