]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf
175e8a9797af5c976668b233044b2102daf436b4
[mirror_edk2.git] / UefiCpuPkg / CpuFeatures / CpuFeaturesDxe.inf
1 ## @file
2 # CPU Features DXE driver.
3 #
4 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = CpuFeaturesDxe
18 MODULE_UNI_FILE = CpuFeaturesDxe.uni
19 FILE_GUID = 63EB1B62-10C9-4693-88AC-AE0999EA87F8
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = CpuFeaturesDxeInitialize
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 UefiCpuPkg/UefiCpuPkg.dec
28
29 [LibraryClasses]
30 BaseLib
31 DebugLib
32 UefiLib
33 UefiDriverEntryPoint
34 UefiBootServicesTableLib
35 RegisterCpuFeaturesLib
36
37 [Sources]
38 CpuFeaturesDxe.c
39
40 [Guids]
41 gEdkiiCpuFeaturesInitDoneGuid ## PRODUCES ## UNDEFINED # protocol GUID installed
42
43 [Protocols]
44 gEfiSmmConfigurationProtocolGuid ## NOTIFY
45
46 [Pcd]
47 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesInitAfterSmmRelocation ## CONSUMES
48
49 [Depex]
50 TRUE
51
52 [UserExtensions.TianoCore."ExtraFiles"]
53 CpuFeaturesDxeExtra.uni