]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/SecurityManagementLib.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Include / Library / SecurityManagementLib.h
index 0d24a730b7af3bc2908276796f4709a1dea0e756..9f3b4886100516f1ed1385320a5ec257f7385776 100644 (file)
@@ -3,14 +3,14 @@
   security measurement by managing the different security measurement services.\r
   The library instances can be implemented according to the different security policy.\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
-  All rights reserved. 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 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+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
 \r
 **/\r
 \r
@@ -23,7 +23,7 @@
 #define EFI_AUTH_OPERATION_MEASURE_IMAGE       0x04\r
 \r
 ///\r
-/// Image buffer is required by security handler.\r
+/// Image buffer is required by the security handler.\r
 ///\r
 #define EFI_AUTH_OPERATION_IMAGE_REQUIRED      0x80000000\r
 \r
   then EFI_ACCESS_DENIED is returned.\r
 \r
   If the file specified by File with an authentication status specified by \r
-  AuthenticationStatus is not safe for the DXE Core to use right now, but it \r
+  AuthenticationStatus is not safe for the DXE Core to use at the time, but it \r
   might be possible to use it at a future time, then EFI_SECURITY_VIOLATION is \r
   returned.\r
 \r
   FileBuffer will be NULL and FileSize will be 0 if the handler being called \r
-  has did not set EFI_AUTH_OPERATION_IMAGE_REQUIRED when it was registered.\r
+  did not set EFI_AUTH_OPERATION_IMAGE_REQUIRED when it was registered.\r
 \r
   @param[in]    AuthenticationStatus \r
-                           This is the authentication status returned from the security\r
+                           The authentication status returned from the security\r
                            measurement services for the input file.\r
-  @param[in]    File       This is a pointer to the device path of the file that is\r
+  @param[in]    File       The pointer to the device path of the file that is\r
                            being dispatched. This will optionally be used for logging.\r
-  @param[in]    FileBuffer File buffer matches the input file device path.\r
-  @param[in]    FileSize   Size of File buffer matches the input file device path.\r
+  @param[in]    FileBuffer The file buffer matches the input file device path.\r
+  @param[in]    FileSize   The size of File buffer matches the input file device path.\r
 \r
   @retval EFI_SUCCESS            The file specified by File did authenticate, and the\r
                                  platform policy dictates that the DXE Core may use File.\r
-  @retval EFI_INVALID_PARAMETER  File is NULL.\r
+  @retval EFI_INVALID_PARAMETER  The file is NULL.\r
   @retval EFI_SECURITY_VIOLATION The file specified by File did not authenticate, and\r
                                  the platform policy dictates that File should be placed\r
                                  in the untrusted state. A file may be promoted from\r
@@ -85,16 +85,16 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Register security measurement handler with its operation type. The different\r
-  handler with the same operation can all be registered.\r
+  Register security measurement handler with its operation type. Different\r
+  handlers with the same operation can all be registered.\r
 \r
   If SecurityHandler is NULL, then ASSERT().\r
   If no enough resources available to register new handler, then ASSERT().\r
   If AuthenticationOperation is not recongnized, then ASSERT().\r
   If the previous register handler can't be executed before the later register handler, then ASSERT().\r
 \r
-  @param[in]  SecurityHandler           Security measurement service handler to be registered.\r
-  @param[in]  AuthenticationOperation   Operation type is specified for the registered handler.\r
+  @param[in]  SecurityHandler           The security measurement service handler to be registered.\r
+  @param[in]  AuthenticationOperation   Theoperation type is specified for the registered handler.\r
 \r
   @retval EFI_SUCCESS              The handlers were registered successfully.\r
 **/\r
@@ -121,7 +121,7 @@ RegisterSecurityHandler (
   @param[in]  FilePath     This is a pointer to the device path of the file that is\r
                            being dispatched. This will optionally be used for logging.\r
 \r
-  @retval EFI_SUCCESS            The file specified by File did authenticate when more\r
+  @retval EFI_SUCCESS            The file specified by File authenticated when more\r
                                  than one security handler services were registered, \r
                                  or the file did not authenticate when no security \r
                                  handler service was registered. And the platform policy \r