VirtualBox

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

Last change on this file since 77599 was 58459, checked in by vboxsync, 10 years ago

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
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 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13**/
14
15#ifndef __EFI_DEBUG_AGENT_GUID_H__
16#define __EFI_DEBUG_AGENT_GUID_H__
17
18///
19/// This guid is used as a variable GUID for the capsule variable
20/// if the capsule pointer is passed through reset via a variable.
21///
22/// This guid is also used as a hob GUID for the capsule data
23/// when the capsule pointer is passed from PEI phase to DXE phase.
24///
25#define EFI_DEBUG_AGENT_GUID \
26 { \
27 0x865a5a9b, 0xb85d, 0x474c, { 0x84, 0x55, 0x65, 0xd1, 0xbe, 0x84, 0x4b, 0xe2 } \
28 }
29
30extern EFI_GUID gEfiDebugAgentGuid;
31
32#endif
Note: See TracBrowser for help on using the repository browser.

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