]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni
MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callback
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmm.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// Provides SMM variable service.\r
3//\r
4// This module installs SMM variable protocol into SMM protocol database,\r
5// which can be used by SMM driver, and installs SMM variable protocol\r
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
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
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
14// This external input must be validated carefully to avoid security issues such as\r
15// buffer overflow or integer overflow.\r
16//\r
17// Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
18//\r
19// This program and the accompanying materials\r
20// are licensed and made available under the terms and conditions of the BSD License\r
21// which accompanies this distribution. The full text of the license may be found at\r
22// http://opensource.org/licenses/bsd-license.php\r
23// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
24// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
25//\r
26// **/\r
27\r
28\r
29#string STR_MODULE_ABSTRACT #language en-US "Provides SMM variable service"\r
30\r
31#string STR_MODULE_DESCRIPTION #language en-US "This module installs SMM variable protocol into SMM protocol database, which can be used by SMM driver, and installs SMM variable protocol into BS protocol database, which can be used to notify the SMM Runtime DXE driver that the SMM variable service is ready. This module should be used with SMM Runtime DXE module together. The SMM Runtime DXE module would install variable arch protocol and variable write arch protocol based on SMM variable module. Caution: This module requires additional review when modified. This driver will have external input - variable data and communicate buffer in SMM mode. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow."\r
32\r