]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / Nt32Pkg / Library / DxeNt32PeCoffExtraActionLib / DxeNt32PeCoffExtraActionLib.inf
CommitLineData
7b202cb0 1## @file\r
ffdd18bb 2# PeCoff extra action libary for DXE phase that run NT32 emulator.\r
3d7b0992
LG
3#\r
4# Lib to provide memory journal status code reporting Routines\r
7b202cb0 5# Copyright (c) 2007 - 2010, Intel Corporation\r
3d7b0992
LG
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
7b202cb0 16##\r
3d7b0992
LG
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
ffdd18bb 20 BASE_NAME = DxeNt32PeCoffExtraActionLib\r
21 FILE_GUID = 23AF9A54-3D7C-444d-8318-E9CF752DA349\r
e4571e3d 22 MODULE_TYPE = DXE_DRIVER\r
3d7b0992 23 VERSION_STRING = 1.0\r
ffdd18bb 24 LIBRARY_CLASS = PeCoffExtraActionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER\r
3d7b0992
LG
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
ffdd18bb 28 CONSTRUCTOR = DxeNt32PeCoffLibExtraActionConstructor\r
3d7b0992
LG
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
7b202cb0 36[Sources]\r
ffdd18bb 37 DxeNt32PeCoffExtraActionLib.c\r
3d7b0992
LG
38\r
39[Packages]\r
3d7b0992 40 Nt32Pkg/Nt32Pkg.dec\r
ffdd18bb 41 MdePkg/MdePkg.dec\r
42 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
3d7b0992
LG
44\r
45[LibraryClasses]\r
46 DebugLib\r
47 HobLib\r
ffdd18bb 48 BaseMemoryLib\r
3d7b0992 49\r
ffdd18bb 50[Protocols]\r
51 gEfiWinNtThunkProtocolGuid # ALWAYS_CONSUMED\r
3d7b0992 52\r