]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
68fd2300c5666c11d3bdaddafed27f8b2714b0a2
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
1 #/** @file
2 #
3 # This module for the EBC virtual machine implementation produces
4 # EBC and EBC debug support protocols.
5 #
6 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = EbcDxe
20 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
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.common]
35 EbcExecute.h
36 EbcExecute.c
37 EbcInt.h
38 EbcInt.c
39
40 [Sources.Ia32]
41 Ia32/EbcSupport.c
42 Ia32/EbcLowLevel.S
43 Ia32/EbcLowLevel.asm
44
45 [Sources.X64]
46 X64/EbcSupport.c
47 X64/EbcLowLevel.S
48 X64/EbcLowLevel.asm
49
50 [Sources.IPF]
51 Ipf/EbcSupport.h
52 Ipf/EbcSupport.c
53 Ipf/EbcLowLevel.s
54
55
56 [Packages]
57 MdePkg/MdePkg.dec
58
59
60 [LibraryClasses]
61 MemoryAllocationLib
62 UefiBootServicesTableLib
63 BaseMemoryLib
64 UefiDriverEntryPoint
65 DebugLib
66 BaseLib
67
68
69 [Protocols]
70 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
71 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
72
73 [Depex]
74 TRUE