]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf
Replace dxs file with [depex] section
[mirror_edk2.git] / MdeModulePkg / Universal / Ebc / Dxe / Ebc.inf
CommitLineData
d7dec593 1#/** @file\r
2# Component description file for Ebc module.\r
3#\r
4# This module for the EBC virtual machine implementation produces \r
5# EBC and EBC debug support protocols.\r
6# Copyright (c) 2006 - 2007, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = Ebc\r
26 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
27 MODULE_TYPE = DXE_DRIVER\r
28 VERSION_STRING = 1.0\r
29 EDK_RELEASE_VERSION = 0x00020000\r
30 EFI_SPECIFICATION_VERSION = 0x00020000\r
31\r
32 ENTRY_POINT = InitializeEbcDriver\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF\r
38#\r
39\r
40################################################################################\r
41#\r
42# Sources Section - list of files that are required for the build to succeed.\r
43#\r
44################################################################################\r
45\r
46[Sources.common]\r
d7dec593 47 EbcExecute.h\r
48 EbcExecute.c\r
49 EbcInt.h\r
50 EbcInt.c\r
51\r
52[Sources.Ia32]\r
53 Ia32/EbcSupport.c\r
54 Ia32/EbcLowLevel.S\r
55 Ia32/EbcLowLevel.asm\r
56\r
57[Sources.X64]\r
58 x64/EbcSupport.c\r
59 x64/EbcLowLevel.S\r
60 x64/EbcLowLevel.asm\r
61\r
62[Sources.IPF]\r
63 Ipf/EbcSupport.h\r
64 Ipf/EbcSupport.c\r
65 Ipf/EbcLowLevel.s\r
66\r
67\r
68################################################################################\r
69#\r
70# Package Dependency Section - list of Package files that are required for\r
71# this module.\r
72#\r
73################################################################################\r
74\r
75[Packages]\r
76 MdePkg/MdePkg.dec\r
77 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
78 \r
79\r
80\r
81################################################################################\r
82#\r
83# Library Class Section - list of Library Classes that are required for\r
84# this module.\r
85#\r
86################################################################################\r
87\r
88[LibraryClasses]\r
89 MemoryAllocationLib\r
90 UefiBootServicesTableLib\r
91 BaseMemoryLib\r
92 UefiDriverEntryPoint\r
93 DebugLib\r
94 BaseLib\r
95\r
96\r
97################################################################################\r
98#\r
99# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
100# that this module uses or produces.\r
101#\r
102################################################################################\r
103\r
104[Protocols]\r
105 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
106 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
107\r
7b77fbc6 108################################################################################\r
109#\r
110# Dependency Expression Section - list of Dependency expressions that are required for\r
111# this module.\r
112#\r
113################################################################################\r
114\r
115[Depex]\r
116 TRUE\r