]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
... / ...
CommitLineData
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[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = EbcDxe\r
21 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
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
27 ENTRY_POINT = InitializeEbcDriver\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF\r
33#\r
34\r
35[Sources.common]\r
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
55\r
56\r
57[Packages]\r
58 MdePkg/MdePkg.dec\r
59 \r
60\r
61\r
62[LibraryClasses]\r
63 MemoryAllocationLib\r
64 UefiBootServicesTableLib\r
65 BaseMemoryLib\r
66 UefiDriverEntryPoint\r
67 DebugLib\r
68 BaseLib\r
69\r
70\r
71[Protocols]\r
72 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
73 gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
74\r
75[Depex]\r
76 TRUE\r