]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/DataHubRecords.h
Add a new line at the end of CpuLib.h for GCC build.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Guid / DataHubRecords / DataHubRecords.h
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 2004, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 DataHubRecords.h\r
15\r
16Abstract:\r
17\r
18 This file defines GUIDs and associated data structures for records \r
19 posted to the Data Hub. \r
20 The producers of these records use these definitions to construct \r
21 records.\r
22 The consumers of these records use these definitions to retrieve,\r
23 filter and parse records.\r
24\r
25 For more information please look at DataHub.doc\r
26\r
27--*/\r
28\r
29#ifndef _DATAHUB_RECORDS_H_\r
30#define _DATAHUB_RECORDS_H_\r
31\r
32\r
33#include "EfiInternalFormRepresentation.h"\r
34#include "DataHubSubClass.h"\r
35#include "DataHubSubClassProcessor.h"\r
36#include "DataHubSubClassCache.h"\r
37#include "DataHubSubClassMemory.h"\r
38#include "DataHubSubClassMisc.h"\r
39\r
40/*++\r
41BEGIN: Processor records definitions\r
42--*/\r
43\r
44extern EFI_GUID gProcessorProducerGuid;\r
45\r
46#define EFI_PROCESSOR_PRODUCER_GUID \\r
47 { 0x1bf06aea, 0x5bec, 0x4a8d, 0x95, 0x76, 0x74, 0x9b, 0x09, 0x56, 0x2d, 0x30 }\r
48\r
49\r
50extern EFI_GUID gProcessorSubClassName;\r
51\r
52\r
53extern EFI_GUID gCacheSubClassName;\r
54\r
55\r
56extern EFI_GUID gMiscSubClassName;\r
57\r
58/*++\r
59END: Processor records definitions\r
60--*/\r
61\r
62\r
63\r
64/*++\r
65BEGIN: Memory records definitions\r
66--*/\r
67\r
68extern EFI_GUID gMemoryProducerGuid;\r
69\r
70#define EFI_MEMORY_PRODUCER_GUID \\r
71 { 0x1d7add6e, 0xb2da, 0x4b0b, 0xb2, 0x9f, 0x49, 0xcb, 0x42, 0xf4, 0x63, 0x56 }\r
72\r
73//\r
74// ... need memory sub classes here...\r
75//\r
76extern EFI_GUID gEfiMemorySubClassGuid;\r
77\r
78\r
79\r
80/*++\r
81END: Memory records definitions\r
82--*/\r
83\r
84\r
85/*++\r
86BEGIN: Misc records definitions\r
87--*/\r
88\r
89extern EFI_GUID gMiscProducerGuid;\r
90\r
91#define EFI_MISC_PRODUCER_GUID \\r
92{ 0x62512c92, 0x63c4, 0x4d80, 0x82, 0xb1, 0xc1, 0xa4, 0xdc, 0x44, 0x80, 0xe5 } \r
93\r
94\r
95\r
96//\r
97// ... need misc sub classes here...\r
98//\r
99extern EFI_GUID gEfiMiscSubClassGuid;\r
100\r
101\r
102\r
103\r
104/*++\r
105END: Misc records definitions\r
106--*/\r
107\r
108\r
109#endif\r