]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.uni
MdeModulePkg: Convert all .uni files to utf-8
[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
15// This program and the accompanying materials\r
16// are licensed and made available under the terms and conditions of the BSD License\r
17// which accompanies this distribution. The full text of the license may be found at\r
18// http://opensource.org/licenses/bsd-license.php\r
19// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21//\r
22// **/\r
23\r
24\r
25#string STR_MODULE_ABSTRACT #language en-US "The Runtime DXE part corresponding to the SMM variable module"\r
26\r
27#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
28\r