]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf
Fix several typos to make PeiVariable pass build.
[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
47 Ebc.dxs\r
48 EbcExecute.h\r
49 EbcExecute.c\r
50 EbcInt.h\r
51 EbcInt.c\r
52\r
53[Sources.Ia32]\r
54 Ia32/EbcSupport.c\r
55 Ia32/EbcLowLevel.S\r
56 Ia32/EbcLowLevel.asm\r
57\r
58[Sources.X64]\r
59 x64/EbcSupport.c\r
60 x64/EbcLowLevel.S\r
61 x64/EbcLowLevel.asm\r
62\r
63[Sources.IPF]\r
64 Ipf/EbcSupport.h\r
65 Ipf/EbcSupport.c\r
66 Ipf/EbcLowLevel.s\r
67\r
68\r
69################################################################################\r
70#\r
71# Package Dependency Section - list of Package files that are required for\r
72# this module.\r
73#\r
74################################################################################\r
75\r
76[Packages]\r
77 MdePkg/MdePkg.dec\r
78 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
79 \r
80\r
81\r
82################################################################################\r
83#\r
84# Library Class Section - list of Library Classes that are required for\r
85# this module.\r
86#\r
87################################################################################\r
88\r
89[LibraryClasses]\r
90 MemoryAllocationLib\r
91 UefiBootServicesTableLib\r
92 BaseMemoryLib\r
93 UefiDriverEntryPoint\r
94 DebugLib\r
95 BaseLib\r
96\r
97\r
98################################################################################\r
99#\r
100# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
101# that this module uses or produces.\r
102#\r
103################################################################################\r
104\r
105[Protocols]\r
106 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
107 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
108\r