]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / MtrrLib / MtrrLib.inf
CommitLineData
7b202cb0 1## @file\r
e48e0742 2# MTRR library provides APIs for MTRR operation.\r
e50466da 3#\r
7367cc6c 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
0acd8697 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7367cc6c 6#\r
7b202cb0 7##\r
e50466da 8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = MtrrLib\r
e48e0742 12 MODULE_UNI_FILE = MtrrLib.uni\r
e50466da 13 FILE_GUID = 6826b408-f4f3-47ee-917f-af7047f9d937\r
14 MODULE_TYPE = BASE\r
15 VERSION_STRING = 1.0\r
7367cc6c 16 LIBRARY_CLASS = MtrrLib\r
e50466da 17\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64\r
23#\r
24\r
948cecf4 25[Sources]\r
e50466da 26 MtrrLib.c\r
27\r
28[Packages]\r
e50466da 29 MdePkg/MdePkg.dec\r
30 UefiCpuPkg/UefiCpuPkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseMemoryLib\r
34 BaseLib\r
35 CpuLib\r
44c8400a 36 DebugLib\r
e50466da 37\r
46309b11
JF
38[Pcd]\r
39 gUefiCpuPkgTokenSpaceGuid.PcdCpuNumberOfReservedVariableMtrrs ## SOMETIMES_CONSUMES\r
40\r