]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / CpuCommonFeaturesLib / CpuCommonFeaturesLib.inf
1 ## @file
2 # NULL instance to register CPU features.
3 #
4 # This library registers CPU features defined in Intel(R) 64 and IA-32
5 # Architectures Software Developer's Manual.
6 #
7 # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = CpuCommonFeaturesLib
16 MODULE_UNI_FILE = CpuCommonFeaturesLib.uni
17 FILE_GUID = 6D69F79F-9535-4893-9DD7-93929898252C
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NULL
21
22 CONSTRUCTOR = CpuCommonFeaturesLibConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 CpuCommonFeaturesLib.c
32 CpuCommonFeatures.h
33 Aesni.c
34 C1e.c
35 ClockModulation.c
36 Eist.c
37 ExecuteDisable.c
38 FastStrings.c
39 FeatureControl.c
40 LimitCpuIdMaxval.c
41 MachineCheck.c
42 MonitorMwait.c
43 PendingBreak.c
44 X2Apic.c
45 Ppin.c
46 ProcTrace.c
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 UefiCpuPkg/UefiCpuPkg.dec
51
52 [LibraryClasses]
53 BaseLib
54 PcdLib
55 DebugLib
56 RegisterCpuFeaturesLib
57 BaseMemoryLib
58 MemoryAllocationLib
59 LocalApicLib
60
61 [Pcd]
62 gUefiCpuPkgTokenSpaceGuid.PcdCpuClockModulationDutyCycle ## SOMETIMES_CONSUMES
63 gUefiCpuPkgTokenSpaceGuid.PcdIsPowerOnReset ## SOMETIMES_CONSUMES
64 gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceOutputScheme ## SOMETIMES_CONSUMES
65 gUefiCpuPkgTokenSpaceGuid.PcdCpuProcTraceMemSize ## SOMETIMES_CONSUMES