]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Guid/Capsule/Capsule.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Guid / Capsule / Capsule.h
diff --git a/EdkCompatibilityPkg/Foundation/Guid/Capsule/Capsule.h b/EdkCompatibilityPkg/Foundation/Guid/Capsule/Capsule.h
deleted file mode 100644 (file)
index 49c64e9..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006 - 2011, 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
-  Capsule.h\r
-    \r
-Abstract:\r
-\r
-  Capsule update Guid definitions\r
-\r
---*/\r
-\r
-#ifndef _EFI_CAPSULE_VENDOR_GUID_H_\r
-#define _EFI_CAPSULE_VENDOR_GUID_H_\r
-\r
-//\r
-// Note -- This guid is used as a vendor GUID (depending on implementation)\r
-// for the capsule variable if the capsule pointer is passes through reset\r
-// via a variable.\r
-//\r
-#define EFI_CAPSULE_VENDOR_GUID  \\r
-  { 0x711C703F, 0xC285, 0x4B10, {0xA3, 0xB0, 0x36, 0xEC, 0xBD, 0x3C, 0x8B, 0xE2} }\r
-  \r
-//\r
-// If capsule data is passed via a variable, then this name should be used.\r
-//\r
-#define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"\r
-\r
-//\r
-// The variable describes the long mode buffer used by IA32 Capsule PEIM\r
-// to call X64 CapsuleCoalesce code to handle >4GB capsule blocks.\r
-//\r
-#define EFI_CAPSULE_LONG_MODE_BUFFER_NAME L"CapsuleLongModeBuffer"\r
-\r
-typedef struct {\r
-  EFI_PHYSICAL_ADDRESS   Base;\r
-  EFI_PHYSICAL_ADDRESS   Length;\r
-  UINT64                 StackSize;\r
-} EFI_CAPSULE_LONG_MODE_BUFFER;\r
-\r
-extern EFI_GUID gEfiCapsuleVendorGuid;\r
-\r
-#endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_\r