]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Include/EfiFirmwareVolume.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Include / EfiFirmwareVolume.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Include/EfiFirmwareVolume.h b/EdkCompatibilityPkg/Foundation/Framework/Include/EfiFirmwareVolume.h
deleted file mode 100644 (file)
index 3f45f6d..0000000
+++ /dev/null
@@ -1,46 +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
-  EfiFirmwareVolume.h\r
-\r
-Abstract:\r
-\r
---*/\r
-\r
-#ifndef _EFI_FIRMWARE_VOLUME_H_\r
-#define _EFI_FIRMWARE_VOLUME_H_\r
-\r
-\r
-#define FV_DEVICE_SIGNATURE           EFI_SIGNATURE_32 ('_', 'F', 'V', '_')\r
-#define EFI_FV_FILE_ATTRIB_ALIGNMENT  0x0000001F\r
-#define EFI_FV_UNRELIABLE_WRITE       0x00000000\r
-#define EFI_FV_RELIABLE_WRITE         0x00000001\r
-\r
-\r
-//\r
-// EFI_FV_ATTRIBUTES bit definitions\r
-//\r
-typedef UINT64  EFI_FV_ATTRIBUTES;\r
-typedef UINT32  EFI_FV_FILE_ATTRIBUTES;\r
-typedef UINT32  EFI_FV_WRITE_POLICY;\r
-\r
-\r
-typedef struct {\r
-  EFI_GUID                *NameGuid;\r
-  EFI_FV_FILETYPE         Type;\r
-  EFI_FV_FILE_ATTRIBUTES  FileAttributes;\r
-  VOID                    *Buffer;\r
-  UINT32                  BufferSize;\r
-} EFI_FV_WRITE_FILE_DATA;\r
-\r
-#endif\r