VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf

Last change on this file was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 852 bytes
Line 
1## @file
2#
3# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
4#
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = LoadLinuxLib
12 FILE_GUID = eaec1915-65a0-43a9-bf0b-a76438da61db
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = LoadLinuxLib
16
17#
18# The following information is for reference only and not required by the build tools.
19#
20# VALID_ARCHITECTURES = IA32 X64
21#
22
23[Sources.common]
24 Linux.c
25 LinuxGdt.c
26 LoadLinuxLib.h
27
28[Sources.IA32]
29 Ia32/JumpToKernel.nasm
30
31[Sources.X64]
32 X64/JumpToKernel.nasm
33
34[Packages]
35 MdePkg/MdePkg.dec
36 OvmfPkg/OvmfPkg.dec
37
38[LibraryClasses]
39 BaseLib
40 DebugLib
41 MemoryAllocationLib
42 BaseMemoryLib
43
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