]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
1 #/** @file
2 #
3 # Component description file for Ebc module.
4 #
5 # This module for the EBC virtual machine implementation produces
6 # EBC and EBC debug support protocols.
7 #
8 # Copyright (c) 2006 - 2008, 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 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializeEbcDriver
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF
34 #
35
36 [Sources.common]
37 EbcExecute.h
38 EbcExecute.c
39 EbcInt.h
40 EbcInt.c
41
42 [Sources.Ia32]
43 Ia32/EbcSupport.c
44 Ia32/EbcLowLevel.S
45 Ia32/EbcLowLevel.asm
46
47 [Sources.X64]
48 x64/EbcSupport.c
49 x64/EbcLowLevel.S
50 x64/EbcLowLevel.asm
51
52 [Sources.IPF]
53 Ipf/EbcSupport.h
54 Ipf/EbcSupport.c
55 Ipf/EbcLowLevel.s
56
57
58 [Packages]
59 MdePkg/MdePkg.dec
60
61
62
63 [LibraryClasses]
64 MemoryAllocationLib
65 UefiBootServicesTableLib
66 BaseMemoryLib
67 UefiDriverEntryPoint
68 DebugLib
69 BaseLib
70
71
72 [Protocols]
73 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
74 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
75
76 [Depex]
77 TRUE