]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/DataHubRecords.h
automagically convert ELF to PE/COFF (i386 only)
[mirror_edk2.git] / MdePkg / Include / Guid / DataHubRecords.h
CommitLineData
878ddf1f 1/** @file\r
2 DataHubRecord.h include all data hub sub class GUID defitions.\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: DataHubRecords.h\r
14\r
15 @par Revision Reference:\r
16 These GUID are from Cache subclass spec 0.9, DataHub SubClass spec 0.9, Memory SubClass Spec 0.9, \r
17 Processor Subclass spec 0.9, Misc SubClass spec 0.9.\r
18\r
19**/\r
20#ifndef _DATAHUB_RECORDS_GUID_H_\r
21#define _DATAHUB_RECORDS_GUID_H_\r
22\r
23#define EFI_PROCESSOR_PRODUCER_GUID \\r
24 { 0x1bf06aea, 0x5bec, 0x4a8d, {0x95, 0x76, 0x74, 0x9b, 0x09, 0x56, 0x2d, 0x30 } }\r
25\r
26extern EFI_GUID gEfiProcessorProducerGuid;\r
27\r
28\r
29#define EFI_PROCESSOR_SUBCLASS_GUID \\r
30 { 0x26fdeb7e, 0xb8af, 0x4ccf, {0xaa, 0x97, 0x02, 0x63, 0x3c, 0xe4, 0x8c, 0xa7 } }\r
31\r
32extern EFI_GUID gEfiProcessorSubClassGuid;\r
33\r
34\r
35#define EFI_CACHE_SUBCLASS_GUID \\r
36 { 0x7f0013a7, 0xdc79, 0x4b22, {0x80, 0x99, 0x11, 0xf7, 0x5f, 0xdc, 0x82, 0x9d } }\r
37\r
38extern EFI_GUID gEfiCacheSubClassGuid;\r
39\r
40\r
41#define EFI_MEMORY_PRODUCER_GUID \\r
42 { 0x1d7add6e, 0xb2da, 0x4b0b, {0xb2, 0x9f, 0x49, 0xcb, 0x42, 0xf4, 0x63, 0x56 } }\r
43\r
44extern EFI_GUID gEfiMemoryProducerGuid;\r
45\r
46\r
47#define EFI_MEMORY_SUBCLASS_GUID \\r
48 {0x4E8F4EBB, 0x64B9, 0x4e05, {0x9B, 0x18, 0x4C, 0xFE, 0x49, 0x23, 0x50, 0x97} }\r
49\r
50extern EFI_GUID gEfiMemorySubClassGuid;\r
51\r
52\r
53#define EFI_MISC_PRODUCER_GUID \\r
54 { 0x62512c92, 0x63c4, 0x4d80, {0x82, 0xb1, 0xc1, 0xa4, 0xdc, 0x44, 0x80, 0xe5 } } \r
55\r
56extern EFI_GUID gEfiMiscProducerGuid;\r
57\r
58\r
59#define EFI_MISC_SUBCLASS_GUID \\r
60 { 0x772484B2, 0x7482, 0x4b91, {0x9F, 0x9A, 0xAD, 0x43, 0xF8, 0x1C, 0x58, 0x81 } }\r
61\r
62extern EFI_GUID gEfiMiscSubClassGuid;\r
63\r
64\r
65#endif\r
66\r