]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeCoreHobLib / DxeCoreHobLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of HOB Library for DXE Core.\r
3#\r
4# HOB Library implementation for the DXE Core. Does not have a constructor.\r
5# Uses gHobList defined in the DXE Core Entry Point Library.\r
6#\r
7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = DxeCoreHobLib\r
17 MODULE_UNI_FILE = DxeCoreHobLib.uni\r
18 FILE_GUID = 882ee1a3-35b2-412c-b8a2-7a8d34a7c390\r
19 MODULE_TYPE = DXE_CORE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = HobLib|DXE_CORE\r
22\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
26#\r
27\r
28[Sources]\r
29 HobLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
34\r
35[LibraryClasses]\r
36 BaseMemoryLib\r
37 DebugLib\r
38 DxeCoreEntryPoint\r
39\r