]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf
MdePkg/BaseIoLibIntrinsicArmVirt ARM: avoid double word loads and stores
[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
6# 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 = DxeEmuPeCoffExtraActionLib\r
21 FILE_GUID = 68FCD487-D230-6846-95B1-5E1F2EF942C4\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PeCoffExtraActionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER\r
25\r
26 CONSTRUCTOR = DxeEmuPeCoffLibExtraActionConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32\r
32#\r
33\r
34[Sources]\r
35 DxeEmuPeCoffExtraActionLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 EmulatorPkg/EmulatorPkg.dec\r
40\r
41[LibraryClasses]\r
42 DebugLib\r
43 HobLib\r
44 BaseMemoryLib\r
45\r
46[Protocols]\r
47 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
48\r