]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
1 ## @file
2 # Module that produces EBC Interprete and EBC Debug Support protocols.
3 #
4 # This module implements EFI Byte Code (EBC) Virtual Machine that can provide
5 # platform and processor-independent mechanisms for loading and executing EFI
6 # device drivers.
7 #
8 # Copyright (c) 2015, The Linux Foundation. All rights reserved.
9 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = EbcDxe
17 MODULE_UNI_FILE = EbcDxe.uni
18 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeEbcDriver
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 AARCH64
27 #
28
29 [Sources]
30 EbcDebuggerHook.h
31 EbcDebuggerHook.c
32 EbcExecute.h
33 EbcExecute.c
34 EbcInt.h
35 EbcInt.c
36
37 [Sources.Ia32]
38 Ia32/EbcSupport.c
39 Ia32/EbcLowLevel.nasm
40
41 [Sources.X64]
42 X64/EbcSupport.c
43 X64/EbcLowLevel.nasm
44
45 [Sources.AARCH64]
46 AArch64/EbcSupport.c
47 AArch64/EbcLowLevel.S
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52
53 [LibraryClasses]
54 CacheMaintenanceLib
55 MemoryAllocationLib
56 PeCoffLib
57 UefiBootServicesTableLib
58 BaseMemoryLib
59 UefiDriverEntryPoint
60 DebugLib
61 BaseLib
62
63
64 [Protocols]
65 gEfiDebugSupportProtocolGuid ## PRODUCES
66 gEfiEbcProtocolGuid ## PRODUCES
67 gEdkiiPeCoffImageEmulatorProtocolGuid ## PRODUCES
68 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
69 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
70
71 [Depex]
72 TRUE
73
74 # [Event]
75 #
76 # Periodic timer event to support EFI debug support protocol for EBC image.
77 #
78 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
79
80 [UserExtensions.TianoCore."ExtraFiles"]
81 EbcDxeExtra.uni