2 # Module that produces EBC Interprete and EBC Debug Support protocols.
4 # This module implements EFI Byte Code (EBC) Virtual Machine that can provide
5 # platform and processor-independent mechanisms for loading and executing EFI
8 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 INF_VERSION = 0x00010005
22 MODULE_UNI_FILE = EbcDxe.uni
23 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
24 MODULE_TYPE = DXE_DRIVER
26 ENTRY_POINT = InitializeEbcDriver
29 # The following information is for reference only and not required by the build tools.
31 # VALID_ARCHITECTURES = IA32 X64 IPF
58 MdeModulePkg/MdeModulePkg.dec
62 UefiBootServicesTableLib
70 gEfiDebugSupportProtocolGuid ## PRODUCES
71 gEfiEbcProtocolGuid ## PRODUCES
72 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
73 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
80 # Periodic timer event to support EFI debug support protocol for EBC image.
82 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
84 [UserExtensions.TianoCore."ExtraFiles"]