]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Include/Protocol/FvbExtension.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkModulePkg / Include / Protocol / FvbExtension.h
diff --git a/EdkModulePkg/Include/Protocol/FvbExtension.h b/EdkModulePkg/Include/Protocol/FvbExtension.h
deleted file mode 100644 (file)
index c2be78b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*++\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
-                                                                                          \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
-    FvbExtension.h\r
-\r
-Abstract:\r
-\r
-  FVB Extension protocol that extends the FVB Class in a component fashion.\r
-\r
---*/\r
-\r
-#ifndef _FVB_EXTENSION_H_\r
-#define _FVB_EXTENSION_H_\r
-\r
-#define EFI_FVB_EXTENSION_PROTOCOL_GUID  \\r
-  {0x53a4c71b, 0xb581, 0x4170, {0x91, 0xb3, 0x8d, 0xb8, 0x7a, 0x4b, 0x5c, 0x46 } }\r
-\r
-typedef struct _EFI_FVB_EXTENSION_PROTOCOL EFI_FVB_EXTENSION_PROTOCOL;\r
-\r
-//\r
-//  FVB Extension Function Prototypes\r
-//\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI * EFI_FV_ERASE_CUSTOM_BLOCK) (\r
-  IN EFI_FVB_EXTENSION_PROTOCOL   *This,\r
-  IN EFI_LBA                              StartLba,\r
-  IN UINTN                                OffsetStartLba,\r
-  IN EFI_LBA                              LastLba,\r
-  IN UINTN                                OffsetLastLba\r
-);\r
-\r
-//\r
-// IPMI TRANSPORT PROTOCOL\r
-//\r
-struct _EFI_FVB_EXTENSION_PROTOCOL {\r
-  EFI_FV_ERASE_CUSTOM_BLOCK               EraseFvbCustomBlock;\r
-};\r
-\r
-extern EFI_GUID                           gEfiFvbExtensionProtocolGuid;\r
-\r
-#endif\r
-\r