]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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 ENTRY_POINT = InitializeEbcDriver
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF
29 #
30
31 [Sources.common]
32 EbcExecute.h
33 EbcExecute.c
34 EbcInt.h
35 EbcInt.c
36
37 [Sources.Ia32]
38 Ia32/EbcSupport.c
39 Ia32/EbcLowLevel.S
40 Ia32/EbcLowLevel.asm
41
42 [Sources.X64]
43 X64/EbcSupport.c
44 X64/EbcLowLevel.S
45 X64/EbcLowLevel.asm
46
47 [Sources.IPF]
48 Ipf/EbcSupport.h
49 Ipf/EbcSupport.c
50 Ipf/EbcLowLevel.s
51
52
53 [Packages]
54 MdePkg/MdePkg.dec
55
56
57 [LibraryClasses]
58 MemoryAllocationLib
59 UefiBootServicesTableLib
60 BaseMemoryLib
61 UefiDriverEntryPoint
62 DebugLib
63 BaseLib
64
65
66 [Protocols]
67 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
68 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
69
70 [Depex]
71 TRUE