]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg EbcDxe: Convert Ia32/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.S
49 X64/EbcLowLevel.asm
50
51 [Sources.IPF]
52 Ipf/EbcSupport.h
53 Ipf/EbcSupport.c
54 Ipf/EbcLowLevel.s
55
56
57 [Packages]
58 MdePkg/MdePkg.dec
59 MdeModulePkg/MdeModulePkg.dec
60
61 [LibraryClasses]
62 MemoryAllocationLib
63 UefiBootServicesTableLib
64 BaseMemoryLib
65 UefiDriverEntryPoint
66 DebugLib
67 BaseLib
68
69
70 [Protocols]
71 gEfiDebugSupportProtocolGuid ## PRODUCES
72 gEfiEbcProtocolGuid ## PRODUCES
73 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
74 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
75
76 [Depex]
77 TRUE
78
79 # [Event]
80 #
81 # Periodic timer event to support EFI debug support protocol for EBC image.
82 #
83 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
84
85 [UserExtensions.TianoCore."ExtraFiles"]
86 EbcDxeExtra.uni