]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/DebugAgentLib.h
MdeModulePkg: Add FrameBufferBltLib library class
[mirror_edk2.git] / MdeModulePkg / Include / Library / DebugAgentLib.h
index f945b0c007d5caec8040d797866e0fcbd0b04212..01b06a73fb92fffc37158c59c77f00e9f74d59e7 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Debug Agent Library provide source-level debug capability.\r
 \r
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -15,15 +15,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __DEBUG_AGENT_LIB_H__\r
 #define __DEBUG_AGENT_LIB_H__\r
 \r
-#define DEBUG_AGENT_INIT_PREMEM_SEC      1\r
-#define DEBUG_AGENT_INIT_POSTMEM_SEC     2\r
-#define DEBUG_AGENT_INIT_DXE_CORE        3\r
-#define DEBUG_AGENT_INIT_SMM             4\r
-#define DEBUG_AGENT_INIT_ENTER_SMI       5\r
-#define DEBUG_AGENT_INIT_EXIT_SMI        6\r
-#define DEBUG_AGENT_INIT_S3              7\r
-#define DEBUG_AGENT_INIT_DXE_AP          8\r
-\r
+#define DEBUG_AGENT_INIT_PREMEM_SEC              1\r
+#define DEBUG_AGENT_INIT_POSTMEM_SEC             2\r
+#define DEBUG_AGENT_INIT_DXE_CORE                3\r
+#define DEBUG_AGENT_INIT_SMM                     4\r
+#define DEBUG_AGENT_INIT_ENTER_SMI               5\r
+#define DEBUG_AGENT_INIT_EXIT_SMI                6\r
+#define DEBUG_AGENT_INIT_S3                      7\r
+#define DEBUG_AGENT_INIT_DXE_AP                  8\r
+#define DEBUG_AGENT_INIT_PEI                     9\r
+#define DEBUG_AGENT_INIT_DXE_LOAD               10\r
+#define DEBUG_AGENT_INIT_DXE_UNLOAD             11\r
+#define DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64    12\r
 \r
 //\r
 // Context for DEBUG_AGENT_INIT_POSTMEM_SEC\r