]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
Changed to pass the build with Visual Studio 2005
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
CommitLineData
d7dec593 1#/** @file\r
53c71d09 2# Component description file for Ebc module.\r
d7dec593 3#\r
53c71d09 4# This module for the EBC virtual machine implementation produces \r
5# EBC and EBC debug support protocols.\r
d7dec593 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
d7dec593 18[Defines]\r
19 INF_VERSION = 0x00010005\r
53c71d09 20 BASE_NAME = EbcDxe\r
21 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
d7dec593 22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
53c71d09 27 ENTRY_POINT = InitializeEbcDriver\r
d7dec593 28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
53c71d09 32# VALID_ARCHITECTURES = IA32 X64 IPF\r
d7dec593 33#\r
34\r
d7dec593 35[Sources.common]\r
53c71d09 36 EbcExecute.h\r
37 EbcExecute.c\r
38 EbcInt.h\r
39 EbcInt.c\r
40\r
41[Sources.Ia32]\r
42 Ia32/EbcSupport.c\r
43 Ia32/EbcLowLevel.S\r
44 Ia32/EbcLowLevel.asm\r
45\r
46[Sources.X64]\r
47 x64/EbcSupport.c\r
48 x64/EbcLowLevel.S\r
49 x64/EbcLowLevel.asm\r
50\r
51[Sources.IPF]\r
52 Ipf/EbcSupport.h\r
53 Ipf/EbcSupport.c\r
54 Ipf/EbcLowLevel.s\r
d7dec593 55\r
56\r
d7dec593 57[Packages]\r
d7dec593 58 MdePkg/MdePkg.dec\r
53c71d09 59 \r
d7dec593 60\r
61\r
d7dec593 62[LibraryClasses]\r
63 MemoryAllocationLib\r
64 UefiBootServicesTableLib\r
53c71d09 65 BaseMemoryLib\r
d7dec593 66 UefiDriverEntryPoint\r
67 DebugLib\r
53c71d09 68 BaseLib\r
d7dec593 69\r
70\r
d7dec593 71[Protocols]\r
53c71d09 72 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
73 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
d7dec593 74\r
7b77fbc6 75[Depex]\r
53c71d09 76 TRUE\r