VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/CompatImageLoaderDxe/CompatImageLoaderDxe.inf@ 94368

Last change on this file since 94368 was 85718, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 844 bytes
Line 
1## @file
2# PE/COFF emulator protocol implementation to start Linux kernel
3# images from non-native firmware
4#
5# Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 1.27
13 BASE_NAME = CompatImageLoaderDxe
14 FILE_GUID = 1019f54a-2560-41b2-87b0-6750b98f3eff
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = CompatImageLoaderDxeEntryPoint
18
19[Sources]
20 CompatImageLoaderDxe.c
21
22[Packages]
23 MdePkg/MdePkg.dec
24 MdeModulePkg/MdeModulePkg.dec
25
26[LibraryClasses]
27 BaseMemoryLib
28 DebugLib
29 PeCoffLib
30 UefiBootServicesTableLib
31 UefiDriverEntryPoint
32
33[Protocols]
34 gEdkiiPeCoffImageEmulatorProtocolGuid ## PRODUCES
35
36[Depex]
37 TRUE
Note: See TracBrowser for help on using the repository browser.

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