]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf
Correct module type for library instance.
[mirror_edk2.git] / Nt32Pkg / Library / DxeNt32PeCoffLib / DxeNt32PeCoffLib.inf
CommitLineData
3d7b0992
LG
1#/** @file\r
2# PeCoff libary for Dxe modules that run NT32 emulator.\r
3#\r
4# Lib to provide memory journal status code reporting Routines\r
5# Copyright (c) 2007, Intel Corporation\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeNt32PeCoffLib\r
21 FILE_GUID = 624571b0-4b69-40e3-bd13-78fae0e84270\r
e4571e3d 22 MODULE_TYPE = DXE_DRIVER\r
3d7b0992
LG
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PeCoffLib|DXE_CORE DXE_DRIVER\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 CONSTRUCTOR = DxeNt32PeCoffLibConstructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32\r
34#\r
35\r
36[Sources.common]\r
37 DxeNt32PeCoffLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 Nt32Pkg/Nt32Pkg.dec\r
43\r
44[LibraryClasses]\r
45 DebugLib\r
46 HobLib\r
47\r
48[Guids]\r
49 gEfiPeiPeCoffLoaderGuid # ALWAYS_CONSUMED\r
50\r