X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeHobLib%2FDxeHobLib.inf;h=67e011503fbf6426f8b28a7505098274f01cbf01;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hp=0f9194fa7bef368fb6706a85dba654a66e0e15fe;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeHobLib/DxeHobLib.inf b/MdePkg/Library/DxeHobLib/DxeHobLib.inf index 0f9194fa7b..67e011503f 100644 --- a/MdePkg/Library/DxeHobLib/DxeHobLib.inf +++ b/MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -1,9 +1,10 @@ -#/** @file -# Component description file for Dxe Hob Library. +## @file +# Instance of HOB Library using HOB list from EFI Configuration Table. # # HOB Library implementation that retrieves the HOB List # from the System Configuration Table in the EFI System Table. -# Copyright (c) 2007, Intel Corporation. +# +# Copyright (c) 2007 - 2010, 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 @@ -13,7 +14,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -22,8 +23,6 @@ MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = HobLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 CONSTRUCTOR = HobLibConstructor @@ -31,7 +30,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] HobLib.c @@ -43,7 +42,7 @@ BaseMemoryLib DebugLib UefiLib - + [Guids] - gEfiHobListGuid # ALWAYS_CONSUMED + gEfiHobListGuid ## CONSUMES