]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf
UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structs
[mirror_edk2.git] / UefiCpuPkg / Library / CpuPageTableLib / CpuPageTableLib.inf
1 ## @file
2 # This library implements CpuPageTableLib that are generic for IA32 family CPU.
3 #
4 # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = CpuPageTableLib
12 FILE_GUID = 524ed6a1-f661-451b-929b-b54d755c914a
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = CpuPageTableLib
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]
24 CpuPageTableMap.c
25 CpuPageTableParse.c
26 CpuPageTable.h
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 UefiCpuPkg/UefiCpuPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 BaseMemoryLib
35 DebugLib