]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Library / LoadLinuxLib / LoadLinuxLib.inf
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