VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Include/Guid/DebugAgentGuid.h@ 107675

最後變更 在這個檔案從107675是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 723 位元組
 
1/** @file
2 This file defines the debug agent GUID for HOB and configuration table.
3
4 Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef __EFI_DEBUG_AGENT_GUID_H__
10#define __EFI_DEBUG_AGENT_GUID_H__
11
12///
13/// This guid is used as a variable GUID for the capsule variable
14/// if the capsule pointer is passed through reset via a variable.
15///
16/// This guid is also used as a hob GUID for the capsule data
17/// when the capsule pointer is passed from PEI phase to DXE phase.
18///
19#define EFI_DEBUG_AGENT_GUID \
20 { \
21 0x865a5a9b, 0xb85d, 0x474c, { 0x84, 0x55, 0x65, 0xd1, 0xbe, 0x84, 0x4b, 0xe2 } \
22 }
23
24extern EFI_GUID gEfiDebugAgentGuid;
25
26#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette