]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
OvmfPkg/PlatformBootManagerLib: rejuvenate old-style function comments
[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
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LoadLinuxLib\r
18 FILE_GUID = eaec1915-65a0-43a9-bf0b-a76438da61db\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = LoadLinuxLib\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Sources.common]\r
30 Linux.c\r
31 LinuxGdt.c\r
c63bcc2e 32 LoadLinuxLib.h\r
3c0a051f 33\r
34[Sources.IA32]\r
529fd9ae 35 Ia32/JumpToKernel.nasm\r
3c0a051f 36\r
37[Sources.X64]\r
ad8ae98d 38 X64/JumpToKernel.nasm\r
3c0a051f 39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 OvmfPkg/OvmfPkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 DebugLib\r
47 MemoryAllocationLib\r
48 BaseMemoryLib\r
49\r