]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf
Replace dxs file with [depex] section
[mirror_edk2.git] / MdeModulePkg / Universal / Ebc / Dxe / Ebc.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 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = Ebc
26 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
27 MODULE_TYPE = DXE_DRIVER
28 VERSION_STRING = 1.0
29 EDK_RELEASE_VERSION = 0x00020000
30 EFI_SPECIFICATION_VERSION = 0x00020000
31
32 ENTRY_POINT = InitializeEbcDriver
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64 IPF
38 #
39
40 ################################################################################
41 #
42 # Sources Section - list of files that are required for the build to succeed.
43 #
44 ################################################################################
45
46 [Sources.common]
47 EbcExecute.h
48 EbcExecute.c
49 EbcInt.h
50 EbcInt.c
51
52 [Sources.Ia32]
53 Ia32/EbcSupport.c
54 Ia32/EbcLowLevel.S
55 Ia32/EbcLowLevel.asm
56
57 [Sources.X64]
58 x64/EbcSupport.c
59 x64/EbcLowLevel.S
60 x64/EbcLowLevel.asm
61
62 [Sources.IPF]
63 Ipf/EbcSupport.h
64 Ipf/EbcSupport.c
65 Ipf/EbcLowLevel.s
66
67
68 ################################################################################
69 #
70 # Package Dependency Section - list of Package files that are required for
71 # this module.
72 #
73 ################################################################################
74
75 [Packages]
76 MdePkg/MdePkg.dec
77 IntelFrameworkPkg/IntelFrameworkPkg.dec
78
79
80
81 ################################################################################
82 #
83 # Library Class Section - list of Library Classes that are required for
84 # this module.
85 #
86 ################################################################################
87
88 [LibraryClasses]
89 MemoryAllocationLib
90 UefiBootServicesTableLib
91 BaseMemoryLib
92 UefiDriverEntryPoint
93 DebugLib
94 BaseLib
95
96
97 ################################################################################
98 #
99 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
100 # that this module uses or produces.
101 #
102 ################################################################################
103
104 [Protocols]
105 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
106 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
107
108 ################################################################################
109 #
110 # Dependency Expression Section - list of Dependency expressions that are required for
111 # this module.
112 #
113 ################################################################################
114
115 [Depex]
116 TRUE