]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/Decompress/Decompress.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / Decompress / Decompress.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/Decompress/Decompress.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/Decompress/Decompress.h
deleted file mode 100644 (file)
index 155b222..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2007, 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
-  Decompress.h\r
-\r
-Abstract:\r
-\r
-  PI 1.0 spec definition.\r
-\r
---*/\r
-\r
-#ifndef __DECOMPRESS_PPI_H__\r
-#define __DECOMPRESS_PPI_H__\r
-\r
-\r
-#define EFI_PEI_DECOMPRESS_PPI_GUID \\r
-  { 0x1a36e4e7, 0xfab6, 0x476a, {0x8e, 0x75, 0x69, 0x5a, 0x5, 0x76, 0xfd, 0xd7}}\r
-\r
-EFI_FORWARD_DECLARATION (EFI_PEI_DECOMPRESS_PPI);\r
-\r
-\r
-typedef \r
-EFI_STATUS\r
-(EFIAPI *EFI_PEI_DECOMPRESS_DECOMPRESS)(\r
-  IN  CONST EFI_PEI_DECOMPRESS_PPI           *This,\r
-  IN  CONST EFI_COMPRESSION_SECTION          *InputSection,\r
-  OUT VOID                                   **OutputBuffer,\r
-  OUT UINTN                                  *OutputSize\r
-  );\r
-\r
-struct _EFI_PEI_DECOMPRESS_PPI {\r
-  EFI_PEI_DECOMPRESS_DECOMPRESS   Decompress;\r
-};\r
-\r
-\r
-\r
-extern EFI_GUID gEfiPeiDecompressPpiGuid;\r
-\r
-#endif\r