]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmReadyToLock.h
MdePkg: Fix coding style issues
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmReadyToLock.h
index e60715654005e65e77a0ad16b036b9414e4c30e5..eb8b7a4d38275f10d6f4c3d35a55c99e6d2685af 100644 (file)
@@ -1,12 +1,18 @@
 /** @file\r
-  SMM Ready To Lock protocol as defined in the PI 1.2 specification.\r
-\r
-  This SMM protocol indicates that SMM is about to be locked.\r
-  This protocol is a mandatory protocol published by the SMM Foundation code when the system is \r
-  preparing to lock SMM. \r
-\r
-  Copyright (c) 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  SMM Ready To Lock protocol introduced in the PI 1.2 specification.\r
+\r
+  According to PI 1.4a specification, this SMM protocol indicates that\r
+  SMM resources and services that should not be used by the third party\r
+  code are about to be locked.\r
+  This protocol is a mandatory protocol published by the SMM Foundation\r
+  code when the system is preparing to lock certain resources and interfaces\r
+  in anticipation of the invocation of 3rd party extensible modules.\r
+  This protocol is an SMM counterpart of the DXE SMM Ready to Lock Protocol.\r
+  This protocol prorogates resource locking notification into SMM environment.\r
+  This protocol is installed after installation of the SMM End of DXE Protocol.\r
+\r
+  Copyright (c) 2009 - 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
 #ifndef _SMM_READY_TO_LOCK_H_\r
 #define _SMM_READY_TO_LOCK_H_\r
 \r
-#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID \\r
-  { \\r
-    0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \\r
-  }\r
+#include <Protocol/MmReadyToLock.h>\r
+\r
+#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID EFI_MM_READY_TO_LOCK_PROTOCOL_GUID\r
 \r
 extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;\r
 \r