From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- .../Universal/Variable/RuntimeDxe/VariableSmm.uni | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 roms/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni (limited to 'roms/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni') diff --git a/roms/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni b/roms/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni new file mode 100644 index 000000000..414c7cdc7 --- /dev/null +++ b/roms/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.uni @@ -0,0 +1,27 @@ +// /** @file +// Provides SMM variable service. +// +// 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. +// +// Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> +// +// SPDX-License-Identifier: BSD-2-Clause-Patent +// +// **/ + + +#string STR_MODULE_ABSTRACT #language en-US "Provides SMM variable service" + +#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." + -- cgit