]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h
Rename Frame*Lib to *LibFramework to improve the speed that a module could be found...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / StatusCodeDataTypeId.h
CommitLineData
53f93f7e 1/** @file\r
2 GUID used to identify id for the caller who is initiating the Status Code.\r
3\r
4 Copyright (c) 2006, Intel Corporation\r
5 All rights reserved. This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13 Module Name: StatusCodeDataTypeId.h\r
14\r
15 @par Revision Reference:\r
16 GUIDs defined in Status Codes Specification 0.92\r
17\r
18**/\r
19\r
20#ifndef __STATUS_CODE_DATA_TYPE_ID_GUID_H__\r
21#define __STATUS_CODE_DATA_TYPE_ID_GUID_H__\r
22\r
b80fbe85 23#include <PiPei.h>\r
24\r
53f93f7e 25//\r
26// String Data Type defintion. This is part of Status Code Specification\r
27//\r
28#define EFI_STATUS_CODE_DATA_TYPE_STRING_GUID \\r
29 { 0x92D11080, 0x496F, 0x4D95, { 0xBE, 0x7E, 0x03, 0x74, 0x88, 0x38, 0x2B, 0x0A } }\r
30\r
31extern EFI_GUID gEfiStatusCodeDataTypeStringGuid;\r
32\r
33//\r
34// This GUID indicates that the format of the accompanying data depends\r
35// upon the Status Code Value, but follows this Specification\r
36//\r
37#define EFI_STATUS_CODE_SPECIFIC_DATA_GUID \\r
38 { 0x335984bd, 0xe805, 0x409a, { 0xb8, 0xf8, 0xd2, 0x7e, 0xce, 0x5f, 0xf7, 0xa6 } }\r
39\r
40extern EFI_GUID gEfiStatusCodeSpecificDataGuid;\r
41\r
42//\r
43// Debug Assert Data. This is part of Status Code Specification\r
44//\r
45#define EFI_STATUS_CODE_DATA_TYPE_ASSERT_GUID \\r
46 { 0xDA571595, 0x4D99, 0x487C, { 0x82, 0x7C, 0x26, 0x22, 0x67, 0x7D, 0x33, 0x07 } }\r
47\r
48\r
49extern EFI_GUID gEfiStatusCodeDataTypeAssertGuid;\r
50\r
51//\r
52// Exception Data type (CPU REGS)\r
53//\r
54#define EFI_STATUS_CODE_DATA_TYPE_EXCEPTION_HANDLER_GUID \\r
55 { 0x3BC2BD12, 0xAD2E, 0x11D5, { 0x87, 0xDD, 0x00, 0x06, 0x29, 0x45, 0xC3, 0xB9 } }\r
56\r
57extern EFI_GUID gEfiStatusCodeDataTypeExceptionHandlerGuid;\r
58\r
59//\r
60// Debug DataType defintions. User Defined Data Types.\r
61//\r
62#define EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID \\r
63 { 0x9A4E9246, 0xD553, 0x11D5, { 0x87, 0xE2, 0x00, 0x06, 0x29, 0x45, 0xC3, 0xb9 } }\r
64\r
65extern EFI_GUID gEfiStatusCodeDataTypeDebugGuid;\r
66\r
67//\r
68// Progress Code. User Defined Data Type Guid.\r
69//\r
70#define EFI_STATUS_CODE_DATA_TYPE_ERROR_GUID \\r
71 0xAB359CE3, 0x99B3, 0xAE18, { 0xC8, 0x9D, 0x95, 0xD3, 0xB0, 0x72, 0xE1, 0x9B } }\r
72\r
73extern EFI_GUID gEfiStatusCodeDataTypeErrorGuid;\r
74\r
75\r
76//\r
77// Progress Code. User Defined Data Type Guid.\r
78//\r
79#define EFI_STATUS_CODE_DATA_TYPE_PROGRESS_CODE_GUID \\r
80 { 0xA356AB39, 0x35C4, 0x35DA, { 0xB3, 0x7A, 0xF8, 0xEA, 0x9E, 0x8B, 0x36, 0xA3 } }\r
81\r
82extern EFI_GUID gEfiStatusCodeDataTypeProgressCodeGuid;\r
83\r
84#endif\r