aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h')
-rw-r--r--roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h b/roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h
new file mode 100644
index 000000000..bcaa2ef0f
--- /dev/null
+++ b/roms/edk2/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h
@@ -0,0 +1,26 @@
+/** @file
+ This file defines the debug agent GUID for HOB and configuration table.
+
+ Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef __EFI_DEBUG_AGENT_GUID_H__
+#define __EFI_DEBUG_AGENT_GUID_H__
+
+///
+/// This guid is used as a variable GUID for the capsule variable
+/// if the capsule pointer is passed through reset via a variable.
+///
+/// This guid is also used as a hob GUID for the capsule data
+/// when the capsule pointer is passed from PEI phase to DXE phase.
+///
+#define EFI_DEBUG_AGENT_GUID \
+ { \
+ 0x865a5a9b, 0xb85d, 0x474c, { 0x84, 0x55, 0x65, 0xd1, 0xbe, 0x84, 0x4b, 0xe2 } \
+ }
+
+extern EFI_GUID gEfiDebugAgentGuid;
+
+#endif