]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
Fixed incorrect function prototype in AutoGen.c for PEI modules.
[mirror_edk2.git] / MdePkg / Library / DxeCoreHobLib / DxeCoreHobLib.inf
CommitLineData
738ec565 1#/** @file\r
2# Component description file for Dxe Core Hob Library.\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# Copyright (c) 2007, Intel Corporation.\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
738ec565 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeCoreHobLib\r
21 FILE_GUID = 882ee1a3-35b2-412c-b8a2-7a8d34a7c390\r
22 MODULE_TYPE = DXE_CORE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = HobLib|DXE_CORE \r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28\r
738ec565 29#\r
078bee4e 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
738ec565 31#\r
32\r
738ec565 33[Sources.common]\r
738ec565 34 HobLib.c\r
738ec565 35\r
738ec565 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
738ec565 40[LibraryClasses]\r
41 BaseMemoryLib\r
42 DebugLib\r
6812ef9f 43 DxeCoreEntryPoint\r
738ec565 44\r