]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
Vlv2TbltDevicePkg: Add VarCheckLib library mapping
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmm.inf
CommitLineData
4b738c76 1## @file\r
fa0737a8
SZ
2# Provides SMM variable service.\r
3#\r
4b738c76 4# This module installs SMM variable protocol into SMM protocol database,\r
fa0737a8 5# which can be used by SMM driver, and installs SMM variable protocol\r
4b738c76
HT
6# into BS protocol database, which can be used to notify the SMM Runtime\r
7# Dxe driver that the SMM variable service is ready.\r
fa0737a8
SZ
8# This module should be used with SMM Runtime DXE module together. The\r
9# SMM Runtime DXE module would install variable arch protocol and variable\r
4b738c76
HT
10# write arch protocol based on SMM variable module.\r
11#\r
12# Caution: This module requires additional review when modified.\r
13# This driver will have external input - variable data and communicate buffer in SMM mode.\r
fa0737a8
SZ
14# This external input must be validated carefully to avoid security issues such as\r
15# buffer overflow or integer overflow.\r
16# The whole SMM authentication variable design relies on the integrity of flash part and SMM.\r
17# which is assumed to be protected by platform. All variable code and metadata in flash/SMM Memory\r
18# may not be modified without authorization. If platform fails to protect these resources,\r
19# the authentication service provided in this driver will be broken, and the behavior is undefined.\r
4b738c76 20#\r
efb01a10 21# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
4b738c76
HT
22# This program and the accompanying materials\r
23# are licensed and made available under the terms and conditions of the BSD License\r
24# which accompanies this distribution. The full text of the license may be found at\r
25# http://opensource.org/licenses/bsd-license.php\r
26# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
27# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
28#\r
4b738c76
HT
29##\r
30\r
31[Defines]\r
32 INF_VERSION = 0x00010005\r
33 BASE_NAME = VariableSmm\r
6036e94d 34 MODULE_UNI_FILE = VariableSmm.uni\r
4b738c76
HT
35 FILE_GUID = 23A089B3-EED5-4ac5-B2AB-43E3298C2343\r
36 MODULE_TYPE = DXE_SMM_DRIVER\r
37 VERSION_STRING = 1.0\r
38 PI_SPECIFICATION_VERSION = 0x0001000A\r
39 ENTRY_POINT = VariableServiceInitialize\r
40\r
41#\r
42# The following information is for reference only and not required by the build tools.\r
43#\r
44# VALID_ARCHITECTURES = IA32 X64\r
45#\r
46\r
47\r
48[Sources]\r
49 Reclaim.c\r
50 Variable.c\r
51 VariableSmm.c\r
efb01a10 52 VarCheck.c\r
4b738c76 53 Variable.h\r
fa0737a8 54 VariableExLib.c\r
4b738c76
HT
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59\r
60[LibraryClasses]\r
61 UefiDriverEntryPoint\r
62 MemoryAllocationLib\r
63 BaseLib\r
64 SynchronizationLib\r
65 UefiLib\r
66 SmmServicesTableLib\r
67 BaseMemoryLib\r
68 DebugLib\r
69 DxeServicesTableLib\r
70 HobLib\r
71 PcdLib\r
efb01a10 72 DevicePathLib\r
842b1242 73 SmmMemLib\r
fa0737a8 74 AuthVariableLib\r
4b738c76
HT
75\r
76[Protocols]\r
6036e94d
SZ
77 gEfiSmmFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
78 ## CONSUMES\r
79 ## NOTIFY\r
80 gEfiSmmFaultTolerantWriteProtocolGuid\r
81 ## PRODUCES\r
82 ## UNDEFINED # SmiHandlerRegister\r
83 gEfiSmmVariableProtocolGuid\r
efb01a10
SZ
84 gEfiSmmEndOfDxeProtocolGuid ## NOTIFY\r
85 gEdkiiSmmVarCheckProtocolGuid ## PRODUCES\r
4b738c76
HT
86\r
87[Guids]\r
6036e94d
SZ
88 ## PRODUCES ## GUID # Signature of Variable store header\r
89 ## CONSUMES ## GUID # Signature of Variable store header\r
90 ## SOMETIMES_CONSUMES ## HOB\r
fa0737a8
SZ
91 ## SOMETIMES_PRODUCES ## SystemTable\r
92 gEfiAuthenticatedVariableGuid\r
93\r
94 ## PRODUCES ## GUID # Signature of Variable store header\r
95 ## CONSUMES ## GUID # Signature of Variable store header\r
96 ## SOMETIMES_CONSUMES ## HOB\r
97 ## SOMETIMES_PRODUCES ## SystemTable\r
6036e94d 98 gEfiVariableGuid\r
fa0737a8 99\r
6036e94d
SZ
100 ## SOMETIMES_CONSUMES ## Variable:L"PlatformLang"\r
101 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang"\r
102 ## SOMETIMES_CONSUMES ## Variable:L"Lang"\r
103 ## SOMETIMES_PRODUCES ## Variable:L"Lang"\r
104 ## SOMETIMES_CONSUMES ## Variable:L"HwErrRecSupport"\r
fa0737a8
SZ
105 ## SOMETIMES_CONSUMES ## Variable:L"SetupMode"\r
106 ## SOMETIMES_CONSUMES ## Variable:L"PK"\r
107 ## SOMETIMES_CONSUMES ## Variable:L"KEK"\r
108 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"\r
109 ## SOMETIMES_CONSUMES ## Variable:L"SignatureSupport"\r
110 ## SOMETIMES_CONSUMES ## Variable:L"VendorKeys"\r
6036e94d 111 gEfiGlobalVariableGuid\r
fa0737a8
SZ
112\r
113 ## SOMETIMES_CONSUMES ## Variable:L"DB"\r
114 ## SOMETIMES_CONSUMES ## Variable:L"DBX"\r
115 ## SOMETIMES_CONSUMES ## Variable:L"DBT"\r
116 gEfiImageSecurityDatabaseGuid\r
117\r
118 gSmmVariableWriteGuid ## PRODUCES ## GUID # Install protocol\r
6036e94d
SZ
119 gEfiSystemNvDataFvGuid ## CONSUMES ## GUID\r
120 gEfiHardwareErrorVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"HwErrRec####"\r
fa0737a8 121 gEdkiiFaultTolerantWriteGuid ## SOMETIMES_CONSUMES ## HOB\r
4edb1866 122 gEdkiiVarErrorFlagGuid ## CONSUMES ## GUID\r
c64816c6 123 gZeroGuid ## SOMETIMES_CONSUMES ## GUID\r
4b738c76
HT
124\r
125[Pcd]\r
fa0737a8
SZ
126 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize ## CONSUMES\r
127 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## SOMETIMES_CONSUMES\r
128 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 ## CONSUMES\r
129 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize ## CONSUMES\r
130 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize ## CONSUMES\r
131 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize ## CONSUMES\r
132 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize ## CONSUMES\r
133 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize ## CONSUMES\r
4edb1866
SZ
134 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxUserNvVariableSpaceSize ## CONSUMES\r
135 gEfiMdeModulePkgTokenSpaceGuid.PcdBoottimeReservedNvVariableSpaceSize ## CONSUMES\r
fa0737a8 136 gEfiMdeModulePkgTokenSpaceGuid.PcdReclaimVariableSpaceAtEndOfDxe ## CONSUMES\r
0fb5e515 137\r
4b738c76 138[FeaturePcd]\r
fa0737a8
SZ
139 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## CONSUMES # statistic the information of variable.\r
140 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate ## CONSUMES # Auto update PlatformLang/Lang\r
4b738c76
HT
141\r
142[Depex]\r
143 TRUE\r
144\r
6036e94d
SZ
145[UserExtensions.TianoCore."ExtraFiles"]\r
146 VariableSmmExtra.uni\r