]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h
SourceLevelDebugPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SourceLevelDebugPkg / Include / Guid / DebugAgentGuid.h
CommitLineData
18b144ea 1/** @file\r
2 This file defines the debug agent GUID for HOB and configuration table.\r
3\r
4 Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
85f7e110 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
18b144ea 6\r
7**/\r
8\r
1d1f4c62 9#ifndef __EFI_DEBUG_AGENT_GUID_H__\r
18b144ea 10#define __EFI_DEBUG_AGENT_GUID_H__\r
11\r
12///\r
13/// This guid is used as a variable GUID for the capsule variable\r
14/// if the capsule pointer is passed through reset via a variable.\r
15///\r
16/// This guid is also used as a hob GUID for the capsule data\r
17/// when the capsule pointer is passed from PEI phase to DXE phase.\r
18///\r
19#define EFI_DEBUG_AGENT_GUID \\r
20 { \\r
21 0x865a5a9b, 0xb85d, 0x474c, { 0x84, 0x55, 0x65, 0xd1, 0xbe, 0x84, 0x4b, 0xe2 } \\r
22 }\r
23\r
24extern EFI_GUID gEfiDebugAgentGuid;\r
25\r
26#endif\r