VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf@ 48674

Last change on this file since 48674 was 48674, checked in by vboxsync, 11 years ago

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1## @file
2# Module that produces EBC Interprete and EBC Debug Support protocols.
3#
4# This module implements EFI Byte Code (EBC) Virtual Machine that can provide
5# platform and processor-independent mechanisms for loading and executing EFI
6# device drivers.
7#
8# Copyright (c) 2006 - 2011, 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
13#
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.
16#
17##
18
19[Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = EbcDxe
22 FILE_GUID = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = InitializeEbcDriver
26
27#
28# The following information is for reference only and not required by the build tools.
29#
30# VALID_ARCHITECTURES = IA32 X64 IPF
31#
32
33[Sources]
34 EbcExecute.h
35 EbcExecute.c
36 EbcInt.h
37 EbcInt.c
38
39[Sources.Ia32]
40 Ia32/EbcSupport.c
41 Ia32/EbcLowLevel.S
42 Ia32/EbcLowLevel.asm
43
44[Sources.X64]
45 X64/EbcSupport.c
46 X64/EbcLowLevel.S
47 X64/EbcLowLevel.asm
48
49[Sources.IPF]
50 Ipf/EbcSupport.h
51 Ipf/EbcSupport.c
52 Ipf/EbcLowLevel.s
53
54
55[Packages]
56 MdePkg/MdePkg.dec
57 MdeModulePkg/MdeModulePkg.dec
58
59[LibraryClasses]
60 MemoryAllocationLib
61 UefiBootServicesTableLib
62 BaseMemoryLib
63 UefiDriverEntryPoint
64 DebugLib
65 BaseLib
66
67
68[Protocols]
69 gEfiDebugSupportProtocolGuid ## PRODUCES
70 gEfiEbcProtocolGuid ## PRODUCES
71 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
72 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
73
74[Depex]
75 TRUE
76
77# [Event]
78# ##
79# # Periodic timer event to support EFI debug support protocol for EBC image.
80# #
81# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
82#
83#
84#
85#
86#
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette