Files
slimbootloader/BootloaderCorePkg/Library/PagingLib/PagingLib.inf
T
Guo Dong 5e10bd1e07 Update BSD license to BSD+Patent license
To align with EDK2, update file license
to use BSD+Patent license

Signed-off-by: Guo Dong <guo.dong@intel.com>
2019-06-13 10:46:49 -07:00

32 lines
689 B
INI
Executable File

## @file
#
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = PagingLib
FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = PagingLib
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM ARC
#
[Sources]
PagingLib.c
[Sources.IA32]
Ia32/Paging32.nasm
[Packages]
MdePkg/MdePkg.dec
BootloaderCorePkg/BootloaderCorePkg.dec
[LibraryClasses]