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