VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf@ 99404

Last change on this file since 99404 was 99404, checked in by vboxsync, 23 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# The CPU specific programming for PiSmmCpuDxeSmm module.
3#
4# Copyright (c) 2009 - 2016, 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 = SmmCpuFeaturesLib
12 MODULE_UNI_FILE = SmmCpuFeaturesLib.uni
13 FILE_GUID = FC3DC10D-D271-422a-AFF3-CBCF70344431
14 MODULE_TYPE = DXE_SMM_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = SmmCpuFeaturesLib
17 CONSTRUCTOR = SmmCpuFeaturesLibConstructor
18
19[Sources]
20 CpuFeaturesLib.h
21 IntelSmmCpuFeaturesLib.c
22 SmmCpuFeaturesLib.c
23 SmmCpuFeaturesLibCommon.c
24 SmmCpuFeaturesLibNoStm.c
25 TraditionalMmCpuFeaturesLib.c
26
27[Packages]
28 MdePkg/MdePkg.dec
29 UefiCpuPkg/UefiCpuPkg.dec
30
31[LibraryClasses]
32 BaseLib
33 PcdLib
34 MemoryAllocationLib
35 DebugLib
36
37[Pcd]
38 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## SOMETIMES_CONSUMES
39
40[FeaturePcd]
41 gUefiCpuPkgTokenSpaceGuid.PcdSmrrEnable ## CONSUMES
42 gUefiCpuPkgTokenSpaceGuid.PcdSmmFeatureControlEnable ## CONSUMES
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette