]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/StandaloneMmDriverEntryPoint.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Library / StandaloneMmDriverEntryPoint.h
index d6189986222849e22a3947806359511dcad82918..25b2d8d68d56bb794abaec7ee16ef5bfcf949a48 100644 (file)
@@ -5,13 +5,7 @@ Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
 Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
 Copyright (c) 2018, Linaro, Limited. All rights reserved.<BR>\r
 \r
-This program and the accompanying materials are licensed and made available\r
-under the terms and conditions of the BSD License which accompanies this\r
-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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -36,8 +30,8 @@ extern CONST UINT32                   _gMmRevision;
   If _gMmRevision is not zero and MmSystemTable->Hdr.Revision is\r
   less than _gMmRevision, then return EFI_INCOMPATIBLE_VERSION.\r
 \r
-  @param  ImageHandle  The image handle of the Standalone MM Driver.\r
-  @param  SystemTable  A pointer to the EFI System Table.\r
+  @param  ImageHandle    The image handle of the Standalone MM Driver.\r
+  @param  MmSystemTable  A pointer to the MM System Table.\r
 \r
   @retval  EFI_SUCCESS               The Standalone MM Driver exited normally.\r
   @retval  EFI_INCOMPATIBLE_VERSION  _gMmRevision is greater than\r
@@ -68,8 +62,8 @@ _ModuleEntryPoint (
   constructors in the proper order based upon each of the library instances own\r
   dependencies.\r
 \r
-  @param  ImageHandle  The image handle of the Standalone MM Driver.\r
-  @param  SystemTable  A pointer to the MM System Table.\r
+  @param  ImageHandle    The image handle of the Standalone MM Driver.\r
+  @param  MmSystemTable  A pointer to the MM System Table.\r
 \r
 **/\r
 VOID\r
@@ -94,8 +88,8 @@ ProcessLibraryConstructorList (
   have destructors, and calling the library destructors in the proper order\r
   based upon each of the library instances own dependencies.\r
 \r
-  @param  ImageHandle  The image handle of the Standalone MM Driver.\r
-  @param  SystemTable  A pointer to the MM System Table.\r
+  @param  ImageHandle    The image handle of the Standalone MM Driver.\r
+  @param  MmSystemTable  A pointer to the MM System Table.\r
 \r
 **/\r
 VOID\r
@@ -115,8 +109,8 @@ ProcessLibraryDestructorList (
   responsible for collecting the module entry points and calling them in a\r
   specified order.\r
 \r
-  @param  ImageHandle  The image handle of the Standalone MM Driver.\r
-  @param  SystemTable  A pointer to the EFI System Table.\r
+  @param  ImageHandle    The image handle of the Standalone MM Driver.\r
+  @param  MmSystemTable  A pointer to the MM System Table.\r
 \r
   @retval  EFI_SUCCESS   The Standalone MM Driver executed normally.\r
   @retval  !EFI_SUCCESS  The Standalone MM Driver failed to execute normally.\r