]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmReadyToLock.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmReadyToLock.h
index 5927d704c0377c56e40dd2659f038bab51168e78..236aec684cb542a9b49744d7f17c8f98b4decfaa 100644 (file)
@@ -1,29 +1,28 @@
 /** @file\r
-  SMM Ready To Lock protocol as defined in the PI 1.2 specification.\r
+  SMM Ready To Lock protocol introduced 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
+  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, 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
-\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) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \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
+extern EFI_GUID  gEfiSmmReadyToLockProtocolGuid;\r
 \r
 #endif\r