]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / CpuFeatures / CpuFeaturesDxe.inf
... / ...
CommitLineData
1## @file\r
2# CPU Features DXE driver.\r
3#\r
4# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
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 = CpuFeaturesDxe\r
18 MODULE_UNI_FILE = CpuFeaturesDxe.uni\r
19 FILE_GUID = 63EB1B62-10C9-4693-88AC-AE0999EA87F8\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = CpuFeaturesDxeInitialize\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 UefiCpuPkg/UefiCpuPkg.dec\r
28\r
29[LibraryClasses]\r
30 BaseLib\r
31 DebugLib\r
32 UefiLib\r
33 UefiDriverEntryPoint\r
34 UefiBootServicesTableLib\r
35 RegisterCpuFeaturesLib\r
36 HobLib\r
37\r
38[Sources]\r
39 CpuFeaturesDxe.c\r
40\r
41[Guids]\r
42 gEdkiiCpuFeaturesInitDoneGuid ## PRODUCES ## UNDEFINED # protocol GUID installed\r
43\r
44[Protocols]\r
45 gEfiSmmConfigurationProtocolGuid ## NOTIFY\r
46\r
47[Pcd]\r
48 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesInitAfterSmmRelocation ## CONSUMES\r
49\r
50[Depex]\r
51 TRUE\r
52\r
53[UserExtensions.TianoCore."ExtraFiles"]\r
54 CpuFeaturesDxeExtra.uni\r