]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
MdeModulePkg/Variable: Add a file for NV variable functions
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmm.inf
index dbb0674a46adeb3216667b9f4052bf0d3bfb43dc..6dc2721b81646ea8d6f1d3e23281f9f2cb59495a 100644 (file)
 #  may not be modified without authorization. If platform fails to protect these resources,\r
 #  the authentication service provided in this driver will be broken, and the behavior is undefined.\r
 #\r
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution. The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Sources]\r
   Reclaim.c\r
   Variable.c\r
+  VariableTraditionalMm.c\r
   VariableSmm.c\r
+  VariableNonVolatile.c\r
+  VariableNonVolatile.h\r
+  VariableParsing.c\r
+  VariableParsing.h\r
   VarCheck.c\r
   Variable.h\r
   PrivilegePolymorphic.h\r
   VariableExLib.c\r
   TcgMorLockSmm.c\r
+  SpeculationBarrierSmm.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -65,7 +66,7 @@
   BaseLib\r
   SynchronizationLib\r
   UefiLib\r
-  SmmServicesTableLib\r
+  MmServicesTableLib\r
   BaseMemoryLib\r
   DebugLib\r
   DxeServicesTableLib\r
@@ -84,7 +85,7 @@
   ## PRODUCES\r
   ## UNDEFINED # SmiHandlerRegister\r
   gEfiSmmVariableProtocolGuid\r
-  gEfiSmmEndOfDxeProtocolGuid                   ## NOTIFY\r
+  gEfiMmEndOfDxeProtocolGuid                    ## NOTIFY\r
   gEdkiiSmmVarCheckProtocolGuid                 ## PRODUCES\r
   gEfiTcgProtocolGuid                           ## SOMETIMES_CONSUMES\r
   gEfiTcg2ProtocolGuid                          ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxUserNvVariableSpaceSize           ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdBoottimeReservedNvVariableSpaceSize  ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdReclaimVariableSpaceAtEndOfDxe   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable          ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved       ## SOMETIMES_CONSUMES\r
 \r
 [FeaturePcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics        ## CONSUMES  # statistic the information of variable.\r