]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Security.h
automagically convert ELF to PE/COFF (i386 only)
[mirror_edk2.git] / MdePkg / Include / Ppi / Security.h
index cc59023bf5be5e5e292b5eeffb1c52da49514c70..0be9b4a32d90645b4884048660c6a8192035bc18 100644 (file)
@@ -32,18 +32,14 @@ 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
-  \r
-  @param  This Interface pointer that implements the particular EFI_PEI_SECURITY_PPI instance.\r
-  \r
-  @param  AuthenticationStatus Status returned by the verification service as part of section extraction.\r
-  \r
-  @param  FfsFileHeader Pointer to the file under review. \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 \r
+                         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
 \r
-  @retval EFI_SUCCESS The service performed its action successfully.\r
-  \r
+  @retval EFI_SUCCESS           The service performed its action successfully.\r
   @retval EFI_SECURITY_VIOLATION The object cannot be trusted\r
 \r
 **/\r
@@ -60,7 +56,7 @@ EFI_STATUS
 /**\r
   @par Ppi Description:\r
   This PPI is installed by some platform PEIM that abstracts the security \r
-  policy to the PEI Foundation, namely the case of a PEIM¡¯s authentication \r
+  policy to the PEI Foundation, namely the case of a PEIM's authentication \r
   state being returned during the PEI section extraction process. \r
 \r
   @param AuthenticationState\r