]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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 - 2014, 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 MODULE_UNI_FILE = EbcDxe.uni\r
23 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = InitializeEbcDriver\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF\r
32#\r
33\r
34[Sources]\r
35 EbcExecute.h\r
36 EbcExecute.c\r
37 EbcInt.h\r
38 EbcInt.c\r
39\r
40[Sources.Ia32]\r
41 Ia32/EbcSupport.c\r
42 Ia32/EbcLowLevel.S\r
43 Ia32/EbcLowLevel.asm\r
44\r
45[Sources.X64]\r
46 X64/EbcSupport.c\r
47 X64/EbcLowLevel.S\r
48 X64/EbcLowLevel.asm\r
49\r
50[Sources.IPF]\r
51 Ipf/EbcSupport.h\r
52 Ipf/EbcSupport.c\r
53 Ipf/EbcLowLevel.s\r
54\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59\r
60[LibraryClasses]\r
61 MemoryAllocationLib\r
62 UefiBootServicesTableLib\r
63 BaseMemoryLib\r
64 UefiDriverEntryPoint\r
65 DebugLib\r
66 BaseLib\r
67\r
68\r
69[Protocols]\r
70 gEfiDebugSupportProtocolGuid ## PRODUCES\r
71 gEfiEbcProtocolGuid ## PRODUCES\r
72 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES\r
73 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES\r
74\r
75[Depex]\r
76 TRUE\r
77\r
78# [Event]\r
79#\r
80# Periodic timer event to support EFI debug support protocol for EBC image.\r
81#\r
82# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
83\r
84[UserExtensions.TianoCore."ExtraFiles"]\r
85 EbcDxeExtra.uni