]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmmRuntimeDxe.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// This module is the Runtime DXE part correspond to SMM variable module.\r
3//\r
4// It installs variable arch protocol and variable write arch protocol to provide\r
5// four EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName and QueryVariableInfo\r
6// and works with SMM variable module together.\r
7//\r
8// Caution: This module requires additional review when modified.\r
9// This driver will have external input - variable data.\r
10// This external input must be validated carefully to avoid security issues such as\r
11// buffer overflow or integer overflow.\r
12//\r
13// Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
14//\r
9d510e61 15// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3f528797
JJ
16//\r
17// **/\r
18\r
19\r
20#string STR_MODULE_ABSTRACT #language en-US "The Runtime DXE part corresponding to the SMM variable module"\r
21\r
22#string STR_MODULE_DESCRIPTION #language en-US "It installs variable arch protocol and variable write arch protocol to provide four EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName and QueryVariableInfo and works with SMM variable module together."\r
23\r