]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/Security.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / Security.h
index 6674cd6c79be92e690274f47cafe306ba64408da..e51de07998da19000ecf65c6e2f366d25a8c8cae 100644 (file)
@@ -1,18 +1,18 @@
 /** @file\r
-  This file declares Security Architectural PPI.\r
+  This file declares the Security Architectural PPI.\r
   \r
-  This PPI is installed by some platform PEIM that abstracts the security policy to the PEI\r
+  This PPI is installed by a platform PEIM that abstracts the security policy to the PEI\r
   Foundation, namely the case of a PEIM's authentication state being returned during the PEI section\r
   extraction process.\r
   \r
-  Copyright (c) 2006, 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) 2006 - 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
   @par Revision Reference:\r
   This PPI is defined in PEI CIS.\r
@@ -34,14 +34,17 @@ typedef struct _EFI_PEI_SECURITY_PPI  EFI_PEI_SECURITY_PPI;
   Allows the platform builder to implement a security policy in response\r
   to varying file authentication states.\r
 \r
-  @param  PeiServices             Pointer to the PEI Services Table.\r
-  @param  This                    Interface pointer that implements the particular EFI_PEI_SECURITY_PPI instance.\r
-  @param  AuthenticationStatus    Status returned by the verification service as part of section extraction.\r
-  @param  FfsFileHeader           Pointer to the file under review.\r
-  @param  DeferExecution          Pointer to a variable that alerts the PEI Foundation to defer execution of a PEIM.\r
+  @param  PeiServices             The pointer to the PEI Services Table.\r
+  @param  This                    Interface pointer that implements the particular \r
+                                  EFI_PEI_SECURITY_PPI instance.\r
+  @param  AuthenticationStatus    Status returned by the verification service as \r
+                                  part of section extraction.\r
+  @param  FfsFileHeader           The pointer to the file under review.\r
+  @param  DeferExecution          The pointer to a variable that alerts the PEI \r
+                                  Foundation to defer execution of a PEIM.\r
 \r
   @retval EFI_SUCCESS             The service performed its action successfully.\r
-  @retval EFI_SECURITY_VIOLATION  The object cannot be trusted\r
+  @retval EFI_SECURITY_VIOLATION  The object cannot be trusted.\r
 **/\r
 typedef\r
 EFI_STATUS\r