]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
b82b2595e39a435f6824bf548e178c2867481bc4
[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 - 2010, Intel Corporation. <BR>
9 # All rights reserved. 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 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = InitializeEbcDriver
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF
31 #
32
33 [Sources]
34 EbcExecute.h
35 EbcExecute.c
36 EbcInt.h
37 EbcInt.c
38
39 [Sources.Ia32]
40 Ia32/EbcSupport.c
41 Ia32/EbcLowLevel.S
42 Ia32/EbcLowLevel.asm
43
44 [Sources.X64]
45 X64/EbcSupport.c
46 X64/EbcLowLevel.S
47 X64/EbcLowLevel.asm
48
49 [Sources.IPF]
50 Ipf/EbcSupport.h
51 Ipf/EbcSupport.c
52 Ipf/EbcLowLevel.s
53
54
55 [Packages]
56 MdePkg/MdePkg.dec
57
58
59 [LibraryClasses]
60 MemoryAllocationLib
61 UefiBootServicesTableLib
62 BaseMemoryLib
63 UefiDriverEntryPoint
64 DebugLib
65 BaseLib
66
67
68 [Protocols]
69 gEfiDebugSupportProtocolGuid ## PRODUCES
70 gEfiEbcProtocolGuid ## PRODUCES
71
72 [Depex]
73 TRUE
74
75 # [Event]
76 # ##
77 # # Periodic timer event to support EFI debug support protocol for EBC image.
78 # #
79 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
80 #
81 #
82 #
83 #
84 #