X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiHobLib%2FPeiHobLib.inf;h=027ba6f8560414401bd0ac89df37358ed0ef683e;hb=19ef86eec6ed67c11b6a942865b143123180d394;hp=b4f002c46fc6646f79b2498e31e4e562e91ad7a8;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6;p=mirror_edk2.git diff --git a/MdePkg/Library/PeiHobLib/PeiHobLib.inf b/MdePkg/Library/PeiHobLib/PeiHobLib.inf index b4f002c46f..027ba6f856 100644 --- a/MdePkg/Library/PeiHobLib/PeiHobLib.inf +++ b/MdePkg/Library/PeiHobLib/PeiHobLib.inf @@ -1,35 +1,35 @@ -#/** @file -# Component description file for Pei Hob Library +## @file +# Instance of HOB Library using PEI Services. # # HOB Library implementation that uses PEI Services to retrieve the HOB List. -# Copyright (c) 2006, Intel Corporation # -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2014, 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 # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = PeiHobLib + MODULE_UNI_FILE = PeiHobLib.uni FILE_GUID = 9643128f-ac24-4b3e-b6be-d8849a306153 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - LIBRARY_CLASS = HobLib|PEIM PEI_CORE - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # -[Sources.common] +[Sources] HobLib.c @@ -43,7 +43,14 @@ DebugLib [Guids] - gEfiHobMemoryAllocStackGuid # ALWAYS_CONSUMED - gEfiHobMemoryAllocBspStoreGuid # ALWAYS_CONSUMED - gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED + gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation StackHob + gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspStoreHob + gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation ModuleHob + +# +# [Hob] +# MEMORY_ALLOCATION ## SOMETIMES_PRODUCES +# RESOURCE_DESCRIPTOR ## SOMETIMES_PRODUCES +# FIRMWARE_VOLUME ## SOMETIMES_PRODUCES +#