]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/SectionExtraction/SectionExtraction.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / SectionExtraction / SectionExtraction.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/SectionExtraction/SectionExtraction.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/SectionExtraction/SectionExtraction.h
deleted file mode 100644 (file)
index 8f50fbb..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
-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
-\r
-Module Name:\r
-\r
-  SectionExtraction.h\r
-\r
-Abstract:\r
-\r
-  Section Extraction PPI as defined in Tiano\r
-\r
---*/\r
-\r
-#ifndef _SECTION_EXTRACTION_PPI_H_\r
-#define _SECTION_EXTRACTION_PPI_H_\r
-\r
-#define EFI_PEI_SECTION_EXTRACTION_PPI_GUID \\r
-  { \\r
-    0x4F89E208, 0xE144, 0x4804, {0x9E, 0xC8, 0x0F, 0x89, 0x4F, 0x7E, 0x36, 0xD7} \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (EFI_PEI_SECTION_EXTRACTION_PPI);\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PEI_GET_SECTION) (\r
-  IN EFI_PEI_SERVICES                         **PeiServices,\r
-  IN EFI_PEI_SECTION_EXTRACTION_PPI           * This,\r
-  IN EFI_SECTION_TYPE                         * SectionType,\r
-  IN EFI_GUID                                 * SectionDefinitionGuid, OPTIONAL\r
-  IN UINTN                                    SectionInstance,\r
-  IN VOID                                     **Buffer,\r
-  IN OUT UINT32                               *BufferSize,\r
-  OUT UINT32                                  *AuthenticationStatus\r
-  );\r
-\r
-//\r
-// Bit values for AuthenticationStatus\r
-//\r
-#define EFI_PEI_AUTH_STATUS_PLATFORM_OVERRIDE 0x01\r
-#define EFI_PEI_AUTH_STATUS_IMAGE_SIGNED      0x02\r
-#define EFI_PEI_AUTH_STATUS_NOT_TESTED        0x04\r
-#define EFI_PEI_AUTH_STATUS_TEST_FAILED       0x08\r
-\r
-struct _EFI_PEI_SECTION_EXTRACTION_PPI {\r
-  EFI_PEI_GET_SECTION PeiGetSection;\r
-};\r
-\r
-extern EFI_GUID gPeiSectionExtractionPpiGuid;\r
-\r
-#endif\r