]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
48557c65 2# Module that produces EBC Interprete and EBC Debug Support protocols.\r
d1102dba
LG
3#\r
4# This module implements EFI Byte Code (EBC) Virtual Machine that can provide\r
9e9f86ec 5# platform and processor-independent mechanisms for loading and executing EFI\r
48557c65 6# device drivers.\r
7#\r
a15e5bc2 8# Copyright (c) 2015, The Linux Foundation. All rights reserved.\r
6d614649 9# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 10# This program and the accompanying materials\r
d7dec593 11# are licensed and made available under the terms and conditions of the BSD License\r
f45af90b 12# which accompanies this distribution. The full text of the license may be found at\r
d7dec593 13# http://opensource.org/licenses/bsd-license.php\r
d1102dba 14#\r
d7dec593 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 17#\r
6bfbb5f0 18##\r
d7dec593 19\r
d7dec593 20[Defines]\r
21 INF_VERSION = 0x00010005\r
53c71d09 22 BASE_NAME = EbcDxe\r
6036e94d 23 MODULE_UNI_FILE = EbcDxe.uni\r
53c71d09 24 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
d7dec593 25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\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
de005223 32# VALID_ARCHITECTURES = IA32 X64 AARCH64\r
d7dec593 33#\r
34\r
6bfbb5f0 35[Sources]\r
6f0a3cd2
PB
36 EbcDebuggerHook.h\r
37 EbcDebuggerHook.c\r
53c71d09 38 EbcExecute.h\r
39 EbcExecute.c\r
40 EbcInt.h\r
41 EbcInt.c\r
42\r
43[Sources.Ia32]\r
44 Ia32/EbcSupport.c\r
99d01823 45 Ia32/EbcLowLevel.nasm\r
53c71d09 46\r
47[Sources.X64]\r
bf6d2af4 48 X64/EbcSupport.c\r
92bcfd37 49 X64/EbcLowLevel.nasm\r
53c71d09 50\r
a15e5bc2
JB
51[Sources.AARCH64]\r
52 AArch64/EbcSupport.c\r
53 AArch64/EbcLowLevel.S\r
d7dec593 54\r
d7dec593 55[Packages]\r
d7dec593 56 MdePkg/MdePkg.dec\r
c8ad2d7a 57 MdeModulePkg/MdeModulePkg.dec\r
d7dec593 58\r
d7dec593 59[LibraryClasses]\r
60 MemoryAllocationLib\r
61 UefiBootServicesTableLib\r
53c71d09 62 BaseMemoryLib\r
d7dec593 63 UefiDriverEntryPoint\r
64 DebugLib\r
53c71d09 65 BaseLib\r
d7dec593 66\r
67\r
d7dec593 68[Protocols]\r
7fa5d6e1 69 gEfiDebugSupportProtocolGuid ## PRODUCES\r
70 gEfiEbcProtocolGuid ## PRODUCES\r
c8ad2d7a
LG
71 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES\r
72 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES\r
d7dec593 73\r
7b77fbc6 74[Depex]\r
53c71d09 75 TRUE\r
7fa5d6e1 76\r
77# [Event]\r
7fa5d6e1 78#\r
6036e94d 79# Periodic timer event to support EFI debug support protocol for EBC image.\r
7fa5d6e1 80#\r
6036e94d
SZ
81# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
82\r
83[UserExtensions.TianoCore."ExtraFiles"]\r
6f0a3cd2 84 EbcDxeExtra.uni\r