]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Library / LoadLinuxLib / LoadLinuxLib.inf
CommitLineData
3c0a051f 1## @file\r
2#\r
3# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
4#\r
b26f0cf9 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3c0a051f 6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = LoadLinuxLib\r
12 FILE_GUID = eaec1915-65a0-43a9-bf0b-a76438da61db\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = LoadLinuxLib\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64\r
21#\r
22\r
23[Sources.common]\r
24 Linux.c\r
25 LinuxGdt.c\r
c63bcc2e 26 LoadLinuxLib.h\r
3c0a051f 27\r
28[Sources.IA32]\r
529fd9ae 29 Ia32/JumpToKernel.nasm\r
3c0a051f 30\r
31[Sources.X64]\r
ad8ae98d 32 X64/JumpToKernel.nasm\r
3c0a051f 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 OvmfPkg/OvmfPkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 DebugLib\r
41 MemoryAllocationLib\r
42 BaseMemoryLib\r
43\r