]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
Add MTRR library for IA32 & X64 processor architectures.
[mirror_edk2.git] / UefiCpuPkg / Library / MtrrLib / MtrrLib.inf
CommitLineData
e50466da 1#/** @file\r
2# MTRR library provides API for MTRR operation\r
3#\r
4# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12# \r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = MtrrLib\r
18 FILE_GUID = 6826b408-f4f3-47ee-917f-af7047f9d937\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = MtrrLib \r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources.common]\r
33 MtrrLib.c\r
34\r
35[Packages]\r
36 OvmfPkg/OvmfPkg.dec\r
37 MdePkg/MdePkg.dec\r
38 UefiCpuPkg/UefiCpuPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseMemoryLib\r
42 BaseLib\r
43 CpuLib\r
44\r