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