]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / MtrrLib / MtrrLib.inf
1 ## @file
2 # MTRR library provides APIs for MTRR operation.
3 #
4 # Copyright (c) 2006 - 2018, 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 = MtrrLib
12 MODULE_UNI_FILE = MtrrLib.uni
13 FILE_GUID = 6826b408-f4f3-47ee-917f-af7047f9d937
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = MtrrLib
17
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64
23 #
24
25 [Sources]
26 MtrrLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 UefiCpuPkg/UefiCpuPkg.dec
31
32 [LibraryClasses]
33 BaseMemoryLib
34 BaseLib
35 CpuLib
36 DebugLib
37
38 [Pcd]
39 gUefiCpuPkgTokenSpaceGuid.PcdCpuNumberOfReservedVariableMtrrs ## SOMETIMES_CONSUMES
40