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