]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
... / ...
CommitLineData
1## @file\r
2# Module that produces EBC Interprete and EBC Debug Support protocols.\r
3# \r
4# This module implements EFI Byte Code (EBC) Virtual Machine that can provide \r
5# platform and processor-independent mechanisms for loading and executing EFI\r
6# device drivers.\r
7#\r
8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16# \r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = EbcDxe\r
22 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = InitializeEbcDriver\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31#\r
32\r
33[Sources]\r
34 EbcExecute.h\r
35 EbcExecute.c\r
36 EbcInt.h\r
37 EbcInt.c\r
38\r
39[Sources.Ia32]\r
40 Ia32/EbcSupport.c\r
41 Ia32/EbcLowLevel.S\r
42 Ia32/EbcLowLevel.asm\r
43\r
44[Sources.X64]\r
45 X64/EbcSupport.c\r
46 X64/EbcLowLevel.S\r
47 X64/EbcLowLevel.asm\r
48\r
49[Sources.IPF]\r
50 Ipf/EbcSupport.h\r
51 Ipf/EbcSupport.c\r
52 Ipf/EbcLowLevel.s\r
53\r
54\r
55[Packages]\r
56 MdePkg/MdePkg.dec\r
57\r
58\r
59[LibraryClasses]\r
60 MemoryAllocationLib\r
61 UefiBootServicesTableLib\r
62 BaseMemoryLib\r
63 UefiDriverEntryPoint\r
64 DebugLib\r
65 BaseLib\r
66\r
67\r
68[Protocols]\r
69 gEfiDebugSupportProtocolGuid ## PRODUCES\r
70 gEfiEbcProtocolGuid ## PRODUCES\r
71\r
72[Depex]\r
73 TRUE\r
74\r
75# [Event]\r
76# ##\r
77# # Periodic timer event to support EFI debug support protocol for EBC image.\r
78# #\r
79# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES\r
80#\r
81#\r
82#\r
83#\r
84#