]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/Security.h
Modified header files to make them compile
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / Security.h
index 0be9b4a32d90645b4884048660c6a8192035bc18..4656e577743d437a81cb2dee9f7c183df1d47967 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   This file declares Security Architectural PPI.\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
+  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
+  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
   Module Name:  Security.h\r
 \r
@@ -21,6 +21,8 @@
 #ifndef __SECURITY_PPI_H__\r
 #define __SECURITY_PPI_H__\r
 \r
+#include <PiPei.h>\r
+\r
 #define EFI_PEI_SECURITY_PPI_GUID \\r
   { \\r
     0x1388066e, 0x3a57, 0x4efa, {0x98, 0xf3, 0xc1, 0x2f, 0x3a, 0x95, 0x8a, 0x29 } \\r
 typedef struct _EFI_PEI_SECURITY_PPI  EFI_PEI_SECURITY_PPI;\r
 \r
 /**\r
-  Allows the platform builder to implement a security policy in response \r
+  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 \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
@@ -55,12 +57,12 @@ EFI_STATUS
 \r
 /**\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
-  state being returned during the PEI section extraction process. \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
+  state being returned during the PEI section extraction process.\r
 \r
   @param AuthenticationState\r
-  Allows the platform builder to implement a security policy in response \r
+  Allows the platform builder to implement a security policy in response\r
   to varying file authentication states.\r
 \r
 **/\r