]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[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
8f2a5f80 5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9d2eedba 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3d7b0992
LG
7\r
8#\r
9#\r
7b202cb0 10##\r
3d7b0992
LG
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
ffdd18bb 14 BASE_NAME = DxeNt32PeCoffExtraActionLib\r
15 FILE_GUID = 23AF9A54-3D7C-444d-8318-E9CF752DA349\r
e4571e3d 16 MODULE_TYPE = DXE_DRIVER\r
3d7b0992 17 VERSION_STRING = 1.0\r
ffdd18bb 18 LIBRARY_CLASS = PeCoffExtraActionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER\r
3d7b0992 19\r
3d7b0992
LG
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32\r
24#\r
25\r
7b202cb0 26[Sources]\r
ffdd18bb 27 DxeNt32PeCoffExtraActionLib.c\r
3d7b0992
LG
28\r
29[Packages]\r
3d7b0992 30 Nt32Pkg/Nt32Pkg.dec\r
ffdd18bb 31 MdePkg/MdePkg.dec\r
3d7b0992
LG
32\r
33[LibraryClasses]\r
34 DebugLib\r
35 HobLib\r
ffdd18bb 36 BaseMemoryLib\r
3d7b0992 37\r
ffdd18bb 38[Protocols]\r
39 gEfiWinNtThunkProtocolGuid # ALWAYS_CONSUMED\r
3d7b0992 40\r