]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmuThunkDxe/EmuThunk.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / EmuThunkDxe / EmuThunk.inf
1 ## @file
2 # A DXE driver to produce EMU_THUNK_PROTOCOL
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EmuThunk
15 FILE_GUID = 2F62A818-4A72-CD40-90B9-FF00DAABEE7B
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeEmuThunk
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 EmuThunk.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 EmulatorPkg/EmulatorPkg.dec
34
35
36 [LibraryClasses]
37 UefiBootServicesTableLib
38 MemoryAllocationLib
39 EmuThunkLib
40 UefiDriverEntryPoint
41 UefiLib
42 DebugLib
43 DevicePathLib
44
45
46
47 [Protocols]
48 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
49 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED
50
51
52 [Depex]
53 TRUE
54