]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
1 #/** @file
2 # Component description file for Ebc module.
3 #
4 # This module for the EBC virtual machine implementation produces
5 # EBC and EBC debug support protocols.
6 # Copyright (c) 2006 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
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
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = EbcDxe
21 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
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
33 #
34
35 [Sources.common]
36 EbcExecute.h
37 EbcExecute.c
38 EbcInt.h
39 EbcInt.c
40
41 [Sources.Ia32]
42 Ia32/EbcSupport.c
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
60
61
62 [LibraryClasses]
63 MemoryAllocationLib
64 UefiBootServicesTableLib
65 BaseMemoryLib
66 UefiDriverEntryPoint
67 DebugLib
68 BaseLib
69
70
71 [Protocols]
72 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
73 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
74
75 [Depex]
76 TRUE