Files
slimbootloader/BootloaderCommonPkg/Library/LinuxLib/LinuxLib.inf
T

42 lines
833 B
INI
Raw Normal View History

2019-12-02 15:45:02 -08:00
## @file
#
# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
2019-12-02 15:45:02 -08:00
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = LinuxLib
FILE_GUID = 3999B594-5FE9-476B-884E-9D302D6DFA0F
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = LinuxLib
[Sources]
LinuxLib.c
[Sources.IA32]
Ia32/JumpToKernel.nasm
2020-03-27 15:28:00 -07:00
[Sources.X64]
X64/JumpToKernel.nasm
2019-12-02 15:45:02 -08:00
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
PagingLib
PrintLib
2019-12-02 15:45:02 -08:00
[Guids]
gEfiGraphicsInfoHobGuid
gLoaderMemoryMapInfoGuid
gLoaderSystemTableInfoGuid
2019-12-02 15:45:02 -08:00
[Pcd]