]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf
CryptoPkg PeiCryptLib: Enable SHA384/512 support
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSmm / PlatformSmm.inf
CommitLineData
3cbfba02
DW
1#\r
2#\r
3# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4# \r\r
5# This program and the accompanying materials are licensed and made available under\r\r
6# the terms and conditions of the BSD License that accompanies this distribution. \r\r
7# The full text of the license may be found at \r\r
8# http://opensource.org/licenses/bsd-license.php. \r\r
9# \r\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12# \r\r
13#\r
14#\r
15# Module Name:\r
16#\r
17# Platform.inf\r
18#\r
19# Abstract:\r
20#\r
21# Component description file for SMM Platform handler module\r
22#\r
23#--*/\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = PlatformSmm\r
28 FILE_GUID = 99C20A37-042A-46e2-80F4-E4027FDBC86F\r
29 MODULE_TYPE = DXE_SMM_DRIVER\r
30 VERSION_STRING = 1.0\r
31 ENTRY_POINT = InitializePlatformSmm\r
32 PI_SPECIFICATION_VERSION = 0x0001000A\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64\r
38#\r
39\r
40[Sources]\r
41 S3Save.c\r
42 Platform.c\r
43\r
44[LibraryClasses]\r
45 UefiDriverEntryPoint\r
46 UefiBootServicesTableLib\r
47 DebugLib\r
48 IoLib\r
49 BaseLib\r
50 BaseMemoryLib\r
51 DevicePathLib\r
52 HobLib\r
53 S3BootScriptLib\r
54 StallSmmLib\r
55 PchPlatformLib\r
56\r
57[Guids]\r
58 gEfiSetupVariableGuid\r
59 gDmiDataGuid\r
60 gEfiAcpiVariableCompatiblityGuid\r
61 gEfiPciLanInfoGuid\r
62 gEfiPciLanInfoGuid\r
63\r
64[FeaturePcd]\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
66\r
67[Protocols]\r
68 gEfiSmmBaseProtocolGuid\r
69 gEfiSmmIchnDispatchProtocolGuid\r
70 gEfiGlobalNvsAreaProtocolGuid\r
71 gEfiSmmSwDispatchProtocolGuid\r
72 gEfiSmmPowerButtonDispatchProtocolGuid\r
73 gEfiSmmSxDispatchProtocolGuid\r
74 gEfiSmmVariableProtocolGuid\r
75 gEfiCpuIo2ProtocolGuid\r
76\r
77[Packages]\r
78 MdePkg/MdePkg.dec\r
79 MdeModulePkg/MdeModulePkg.dec\r
80 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
81 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
82 Vlv2TbltDevicePkg/PlatformPkg.dec\r
83 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
84\r
85[Pcd.common]\r
86 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
87\r
88[Depex]\r
89 gEfiSmmBaseProtocolGuid AND\r
90 gEfiSmmAccess2ProtocolGuid AND\r
91 gEfiSmmPowerButtonDispatchProtocolGuid AND\r
92 gEfiSmmSxDispatchProtocolGuid AND\r
93 gEfiSmmIchnDispatchProtocolGuid AND\r
94 gEfiSmmSwDispatchProtocolGuid AND\r
95 gEfiVariableArchProtocolGuid AND\r
96 gEfiVariableWriteArchProtocolGuid AND\r
97 gEfiGlobalNvsAreaProtocolGuid\r
98\r