]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuPeCoffExtraActionLib / DxeEmuPeCoffExtraActionLib.inf
1 ## @file
2 # PeCoff extra action libary for DXE phase that run Emu emulator.
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = DxeEmuPeCoffExtraActionLib
15 FILE_GUID = 68FCD487-D230-6846-95B1-5E1F2EF942C4
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PeCoffExtraActionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER
19
20 CONSTRUCTOR = DxeEmuPeCoffLibExtraActionConstructor
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32
26 #
27
28 [Sources]
29 DxeEmuPeCoffExtraActionLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 EmulatorPkg/EmulatorPkg.dec
34
35 [LibraryClasses]
36 DebugLib
37 HobLib
38 BaseMemoryLib
39
40 [Protocols]
41 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
42