]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf
ShellPkg/setvar: Add assertion indicating TempData shouldn't be NULL
[mirror_edk2.git] / UefiCpuPkg / Library / RegisterCpuFeaturesLib / DxeRegisterCpuFeaturesLib.inf
CommitLineData
eff78ac3
JF
1## @file
2# Register CPU Features Library DXE instance.
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 = DxeRegisterCpuFeaturesLib
18 MODULE_UNI_FILE = DxeRegisterCpuFeaturesLib.uni
19 FILE_GUID = ADE8F745-AA2E-49f6-8ED4-746B34867E52
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = RegisterCpuFeaturesLib|DXE_DRIVER
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.common]
31 DxeRegisterCpuFeaturesLib.c
32 RegisterCpuFeaturesLib.c
33 RegisterCpuFeatures.h
34 CpuFeaturesInitialize.c
35
36[Packages]
37 MdePkg/MdePkg.dec
38 UefiCpuPkg/UefiCpuPkg.dec
39
40[LibraryClasses]
41 BaseLib
42 DebugLib
43 PcdLib
44 LocalApicLib
45 BaseMemoryLib
46 MemoryAllocationLib
47 SynchronizationLib
48 UefiBootServicesTableLib
49 IoLib
50
51[Protocols]
52 gEfiMpServiceProtocolGuid ## CONSUMES
53
54[Pcd]
55 gUefiCpuPkgTokenSpaceGuid.PcdCpuS3DataAddress ## CONSUMES
56 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport ## CONSUMES
57 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesUserConfiguration ## CONSUMES
58 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesCapability ## PRODUCES
59 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSetting ## PRODUCES
60
61[Depex]
62 gEfiMpServiceProtocolGuid AND gEdkiiCpuFeaturesSetDoneGuid