]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile2/LoadFile2.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / LoadFile2 / LoadFile2.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile2/LoadFile2.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/LoadFile2/LoadFile2.h
deleted file mode 100644 (file)
index 3cd4b8f..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
-  LoadFile2.h\r
-\r
-Abstract:\r
-\r
-  PI 1.0 spec definition.\r
-\r
---*/\r
-\r
-#ifndef __LOAD_FILE_PPI_H__\r
-#define __LOAD_FILE_PPI_H__\r
-\r
-EFI_FORWARD_DECLARATION (EFI_PEI_LOAD_FILE_PPI);\r
-\r
-#define EFI_PEI_LOAD_FILE_GUID \\r
-  { 0xb9e0abfe, 0x5979, 0x4914, {0x97, 0x7f, 0x6d, 0xee, 0x78, 0xc2, 0x78, 0xa6}}\r
-\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PEI_LOAD_FILE) (\r
-  IN    CONST EFI_PEI_LOAD_FILE_PPI   *This,\r
-  IN     EFI_PEI_FILE_HANDLE          FileHandle,\r
-  OUT    EFI_PHYSICAL_ADDRESS         *ImageAddress,\r
-  OUT    UINT64                       *ImageSize,\r
-  OUT    EFI_PHYSICAL_ADDRESS         *EntryPoint,\r
-  OUT    UINT32                       *AuthenticationState\r
-  );\r
-\r
-\r
-struct _EFI_PEI_LOAD_FILE_PPI {\r
-  EFI_PEI_LOAD_FILE LoadFile;\r
-};\r
-\r
-\r
-extern EFI_GUID gEfiLoadFile2PpiGuid;\r
-#endif\r