]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
UefiCpuPkg/SmmCpuFeatureLib: Add more CPU ID for SmmFeatureControl.
[mirror_edk2.git] / UefiCpuPkg / Library / SmmCpuFeaturesLib / SmmCpuFeaturesLib.inf
CommitLineData
a9764e68
MK
1## @file\r
2# The CPU specific programming for PiSmmCpuDxeSmm module.\r
3#\r
4c6351db 4# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
a9764e68
MK
5# 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 = SmmCpuFeaturesLib\r
18 MODULE_UNI_FILE = SmmCpuFeaturesLib.uni\r
19 FILE_GUID = FC3DC10D-D271-422a-AFF3-CBCF70344431\r
20 MODULE_TYPE = DXE_SMM_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = SmmCpuFeaturesLib\r
23 CONSTRUCTOR = SmmCpuFeaturesLibConstructor\r
24\r
25[Sources]\r
26 SmmCpuFeaturesLib.c\r
4c6351db 27 SmmCpuFeaturesLibNoStm.c\r
a9764e68
MK
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 UefiCpuPkg/UefiCpuPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 PcdLib\r
36 MemoryAllocationLib\r
37 DebugLib\r
38\r
39[Pcd]\r
40 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## SOMETIMES_CONSUMES\r