]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/Security.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / Security.h
index 200bc3ca4990032edc3909d1e086b06a96996e16..d3005c4a4cbcd747f4a210e409419ddb523dd505 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   This file declares the Security Architectural PPI.\r
-  \r
+\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 - 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
+\r
+Copyright (c) 2006 - 2018, 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
+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
@@ -35,12 +35,12 @@ typedef struct _EFI_PEI_SECURITY_PPI  EFI_PEI_SECURITY_PPI;
   to varying file authentication states.\r
 \r
   @param  PeiServices             The pointer to the PEI Services Table.\r
-  @param  This                    Interface pointer that implements the particular \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
+  @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
+  @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