]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf
UefiCpuPkg/RegisterCpuFeaturesLib: Add ASSERT on allocated memory
[mirror_edk2.git] / UefiCpuPkg / Library / RegisterCpuFeaturesLib / PeiRegisterCpuFeaturesLib.inf
CommitLineData
eff78ac3
JF
1## @file
2# Register CPU Features Library PEI 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 = PeiRegisterCpuFeaturesLib
18 MODULE_UNI_FILE = PeiRegisterCpuFeaturesLib.uni
19 FILE_GUID = D8855DB3-8348-41B5-BDA4-385351767D41
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = RegisterCpuFeaturesLib|PEIM
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 PeiRegisterCpuFeaturesLib.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 HobLib
49 PeiServicesLib
50 PeiServicesTablePointerLib
51 IoLib
52
53[Ppis]
54 gEfiPeiMpServicesPpiGuid ## CONSUMES
55
56[Pcd]
57 gUefiCpuPkgTokenSpaceGuid.PcdCpuS3DataAddress ## CONSUMES
58 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSupport ## CONSUMES
59 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesUserConfiguration ## CONSUMES
60 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesCapability ## PRODUCES
61 gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesSetting ## PRODUCES
62
63[Depex]
64 gEfiPeiMpServicesPpiGuid AND gEdkiiCpuFeaturesSetDoneGuid