]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/DataHubRecords.c
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Guid / DataHubRecords / DataHubRecords.c
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 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.c\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\r
30\r
31#include "Tiano.h"\r
32#include EFI_GUID_DEFINITION (DataHubRecords)\r
33\r
34EFI_GUID gProcessorProducerGuid = EFI_PROCESSOR_PRODUCER_GUID;\r
35\r
36EFI_GUID gProcessorSubClassName = EFI_PROCESSOR_SUBCLASS_GUID;\r
37\r
38EFI_GUID gCacheSubClassName = EFI_CACHE_SUBCLASS_GUID;\r
39\r
40EFI_GUID gMiscProducerGuid = EFI_MISC_PRODUCER_GUID;\r
41EFI_GUID gMiscSubClassName = EFI_MISC_SUBCLASS_GUID;\r
42EFI_GUID gEfiMiscSubClassGuid = EFI_MISC_SUBCLASS_GUID;\r
43\r
44\r
45EFI_GUID gMemoryProducerGuid = EFI_MEMORY_PRODUCER_GUID;\r
46\r
47EFI_GUID gEfiMemorySubClassGuid = EFI_MEMORY_SUBCLASS_GUID;\r
48\r
49\r
50\r
51/* eof - DataHubRecords.c */\r