]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/FindFv/FindFv.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / FindFv / FindFv.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/FindFv/FindFv.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/FindFv/FindFv.h
deleted file mode 100644 (file)
index edfa798..0000000
+++ /dev/null
@@ -1,51 +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
- FindFv.h\r
-\r
-Abstract:\r
-\r
-  FindFv PPI as defined in Tiano\r
-\r
-  Used to locate FVs that contain PEIMs in PEI\r
-\r
---*/\r
-\r
-#ifndef _FIND_FV_H_\r
-#define _FIND_FV_H_\r
-\r
-#include "EfiFirmwareVolumeHeader.h"\r
-\r
-#define EFI_FIND_FV_PPI_GUID \\r
-  { \\r
-    0x36164812, 0xa023, 0x44e5, {0xbd, 0x85, 0x5, 0xbf, 0x3c, 0x77, 0x0, 0xaa} \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (EFI_FIND_FV_PPI);\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_FIND_FV_FINDFV) (\r
-  IN EFI_FIND_FV_PPI          * This,\r
-  IN EFI_PEI_SERVICES         **PeiServices,\r
-  UINT8                       *FvNumber,\r
-  EFI_FIRMWARE_VOLUME_HEADER  **FVAddress\r
-  );\r
-\r
-struct _EFI_FIND_FV_PPI {\r
-  EFI_FIND_FV_FINDFV  FindFv;\r
-};\r
-\r
-extern EFI_GUID gEfiFindFvPpiGuid;\r
-\r
-#endif\r