]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
Roll back the dependency change in MOR driver.
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.inf
index 1aa296b47c27699252b9c1f2a8767dfc6023cb42..45cb31121a757fa9a6a2c24b37a7997e70a02eae 100644 (file)
@@ -1,7 +1,9 @@
 ## @file\r
-#  Component description file for Memory Overwrite Control driver.\r
+#  Initilizes MemoryOverwriteRequestControl variable\r
 #\r
-# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  This module will clear MOR_CLEAR_MEMORY_BIT bit if it is set.\r
+#\r
+# Copyright (c) 2009 - 2014, 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
@@ -14,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = TcgMor\r
+  MODULE_UNI_FILE                = TcgMor.uni\r
   FILE_GUID                      = AD416CE3-A483-45b1-94C2-4B4E4D575562\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   UefiLib\r
 \r
 [Guids]\r
-  gEfiMemoryOverwriteControlDataGuid            # GUID ALWAYS_CONSUMED\r
+  ## SOMETIMES_CONSUMES      ## Variable:L"MemoryOverwriteRequestControl"\r
+  ## PRODUCES                ## Variable:L"MemoryOverwriteRequestControl"\r
+  gEfiMemoryOverwriteControlDataGuid\r
 \r
 [Depex]\r
   gEfiVariableArchProtocolGuid AND\r
   gEfiVariableWriteArchProtocolGuid AND\r
   ( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  TcgMorExtra.uni\r