]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 19// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3f528797
JJ
20//\r
21// **/\r
22\r
23\r
24#string STR_MODULE_ABSTRACT #language en-US "Provides SMM variable service"\r
25\r
26#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
27\r