]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverSupportedEfiVersion/DriverSupportedEfiVersion.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / DriverSupportedEfiVersion / DriverSupportedEfiVersion.h
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverSupportedEfiVersion/DriverSupportedEfiVersion.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverSupportedEfiVersion/DriverSupportedEfiVersion.h
deleted file mode 100644 (file)
index cba0dc0..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2008, 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
-    DriverSupportedEfiVersion.h\r
-\r
-Abstract:\r
-\r
-    Driver Supported EFI Version Protocol\r
-\r
-Revision History:\r
-\r
---*/\r
-\r
-#ifndef _EFI_DRIVER_SUPPORTED_EFI_VERSION_H_\r
-#define _EFI_DRIVER_SUPPORTED_EFI_VERSION_H_\r
-\r
-//\r
-// Global ID for the Driver Supported EFI Version Protocol\r
-//\r
-#define EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL_GUID \\r
-  { \\r
-    0x5c198761, 0x16a8, 0x4e69, {0x97, 0x2c, 0x89, 0xd6, 0x79, 0x54, 0xf8, 0x1d} \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL);\r
-\r
-//\r
-// Interface structure for the Driver Supported EFI Version Protocol\r
-//\r
-struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {\r
-  UINT32    Length;\r
-  UINT32    FirmwareVersion;\r
-};\r
-\r
-extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;\r
-\r
-#endif\r