VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf@ 86513

Last change on this file since 86513 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# CPU Features DXE driver.
3#
4# Copyright (c) 2017, 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 = CpuFeaturesDxe
12 MODULE_UNI_FILE = CpuFeaturesDxe.uni
13 FILE_GUID = 63EB1B62-10C9-4693-88AC-AE0999EA87F8
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16
17 ENTRY_POINT = CpuFeaturesDxeInitialize
18
19[Packages]
20 MdePkg/MdePkg.dec
21 UefiCpuPkg/UefiCpuPkg.dec
22
23[LibraryClasses]
24 BaseLib
25 DebugLib
26 UefiLib
27 UefiDriverEntryPoint
28 UefiBootServicesTableLib
29 RegisterCpuFeaturesLib
30 HobLib
31
32[Sources]
33 CpuFeaturesDxe.c
34
35[Guids]
36 gEdkiiCpuFeaturesInitDoneGuid ## PRODUCES ## UNDEFINED # protocol GUID installed
37
38[Protocols]
39 gEfiSmmConfigurationProtocolGuid ## NOTIFY
40
41[Pcd]
42 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesInitAfterSmmRelocation ## CONSUMES
43
44[Depex]
45 TRUE
46
47[UserExtensions.TianoCore."ExtraFiles"]
48 CpuFeaturesDxeExtra.uni
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