]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/DebugImageInfoTable.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Guid / DebugImageInfoTable / DebugImageInfoTable.h
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/DebugImageInfoTable.h b/EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/DebugImageInfoTable.h
deleted file mode 100644 (file)
index 2d0db36..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004 - 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
-  DebugImageInfoTable.h\r
-    \r
-Abstract:\r
-\r
-  GUID and related data structures used with the Debug Image Info Table.\r
-\r
---*/\r
-\r
-#ifndef _DEBUG_IMAGE_INFO_GUID_H_\r
-#define _DEBUG_IMAGE_INFO_GUID_H_\r
-\r
-#include "EfiSpec.h"\r
-#include EFI_PROTOCOL_DEFINITION (LoadedImage)\r
-\r
-#define EFI_DEBUG_IMAGE_INFO_TABLE_GUID \\r
-  { \\r
-    0x49152e77, 0x1ada, 0x4764, {0xb7, 0xa2, 0x7a, 0xfe, 0xfe, 0xd9, 0x5e, 0x8b} \\r
-  }\r
-\r
-extern EFI_GUID gEfiDebugImageInfoTableGuid;\r
-\r
-#define EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS 0x01\r
-#define EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED     0x02\r
-#define EFI_DEBUG_IMAGE_INFO_INITIAL_SIZE       (EFI_PAGE_SIZE / sizeof (UINTN))\r
-#define EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL        0x01\r
-\r
-typedef struct {\r
-  UINT64                Signature;\r
-  EFI_PHYSICAL_ADDRESS  EfiSystemTableBase;\r
-  UINT32                Crc32;\r
-} EFI_SYSTEM_TABLE_POINTER;\r
-\r
-typedef struct {\r
-  UINT32                    ImageInfoType;\r
-  EFI_LOADED_IMAGE_PROTOCOL *LoadedImageProtocolInstance;\r
-  EFI_HANDLE                *ImageHandle;\r
-} EFI_DEBUG_IMAGE_INFO_NORMAL;\r
-\r
-typedef union {\r
-  UINT32                      *ImageInfoType;\r
-  EFI_DEBUG_IMAGE_INFO_NORMAL *NormalImage;\r
-} EFI_DEBUG_IMAGE_INFO;\r
-\r
-typedef struct {  \r
-  volatile UINT32       UpdateStatus;\r
-  UINT32                TableSize;\r
-  EFI_DEBUG_IMAGE_INFO  *EfiDebugImageInfoTable;\r
-} EFI_DEBUG_IMAGE_INFO_TABLE_HEADER;\r
-\r
-#endif\r