]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeHobLib/DxeHobLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeHobLib / DxeHobLib.inf
1 ## @file
2 # Instance of HOB Library using HOB list from EFI Configuration Table.
3 #
4 # HOB Library implementation that retrieves the HOB List
5 # from the System Configuration Table in the EFI System Table.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = DxeHobLib
17 MODULE_UNI_FILE = DxeHobLib.uni
18 FILE_GUID = f12b59c9-76d0-4661-ad7c-f04d1bef0558
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = HobLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
22 CONSTRUCTOR = HobLibConstructor
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 HobLib.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34
35
36 [LibraryClasses]
37 BaseMemoryLib
38 DebugLib
39 UefiLib
40
41 [Guids]
42 gEfiHobListGuid ## CONSUMES ## SystemTable
43