]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg EbcDxe: Convert X64/EbcLowLevel.asm to 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) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = EbcDxe
22 MODULE_UNI_FILE = EbcDxe.uni
23 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 ENTRY_POINT = InitializeEbcDriver
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF
32 #
33
34 [Sources]
35 EbcExecute.h
36 EbcExecute.c
37 EbcInt.h
38 EbcInt.c
39
40 [Sources.Ia32]
41 Ia32/EbcSupport.c
42 Ia32/EbcLowLevel.nasm
43 Ia32/EbcLowLevel.S
44 Ia32/EbcLowLevel.asm
45
46 [Sources.X64]
47 X64/EbcSupport.c
48 X64/EbcLowLevel.nasm
49 X64/EbcLowLevel.S
50 X64/EbcLowLevel.asm
51
52 [Sources.IPF]
53 Ipf/EbcSupport.h
54 Ipf/EbcSupport.c
55 Ipf/EbcLowLevel.s
56
57
58 [Packages]
59 MdePkg/MdePkg.dec
60 MdeModulePkg/MdeModulePkg.dec
61
62 [LibraryClasses]
63 MemoryAllocationLib
64 UefiBootServicesTableLib
65 BaseMemoryLib
66 UefiDriverEntryPoint
67 DebugLib
68 BaseLib
69
70
71 [Protocols]
72 gEfiDebugSupportProtocolGuid ## PRODUCES
73 gEfiEbcProtocolGuid ## PRODUCES
74 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
75 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
76
77 [Depex]
78 TRUE
79
80 # [Event]
81 #
82 # Periodic timer event to support EFI debug support protocol for EBC image.
83 #
84 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
85
86 [UserExtensions.TianoCore."ExtraFiles"]
87 EbcDxeExtra.uni