]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
f1b740e23fd983b7475f9811fadebde63ccb25fa
[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 MemoryAllocationLib
55 UefiBootServicesTableLib
56 BaseMemoryLib
57 UefiDriverEntryPoint
58 DebugLib
59 BaseLib
60
61
62 [Protocols]
63 gEfiDebugSupportProtocolGuid ## PRODUCES
64 gEfiEbcProtocolGuid ## PRODUCES
65 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
66 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
67
68 [Depex]
69 TRUE
70
71 # [Event]
72 #
73 # Periodic timer event to support EFI debug support protocol for EBC image.
74 #
75 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
76
77 [UserExtensions.TianoCore."ExtraFiles"]
78 EbcDxeExtra.uni