]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Aug 2007 03:17:49 +0000 (03:17 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Aug 2007 03:17:49 +0000 (03:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3654 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Include/Guid/DataHubProducer.h [new file with mode: 0644]

diff --git a/IntelFrameworkModulePkg/Include/Guid/DataHubProducer.h b/IntelFrameworkModulePkg/Include/Guid/DataHubProducer.h
new file mode 100644 (file)
index 0000000..8f6ebc4
--- /dev/null
@@ -0,0 +1,40 @@
+/** @file\r
+  DataHubProducer.h include all GUID definition for producer\r
+\r
+  Copyright (c) 2007, Intel Corporation\r
+  All rights reserved. This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+  Module Name:\r
+\r
+  @par Revision Reference:\r
+  These GUID are from Cache subclass spec 0.9, DataHub SubClass spec 0.9, Memory SubClass Spec 0.9,\r
+  Processor Subclass spec 0.9, Misc SubClass spec 0.9.\r
+\r
+**/\r
+\r
+#ifndef _DATAHUB_PRODUCER_H_\r
+#define _DATAHUB_PRODUCER_H_\r
+\r
+#define EFI_PROCESSOR_PRODUCER_GUID \\r
+  { 0x1bf06aea, 0x5bec, 0x4a8d, {0x95, 0x76, 0x74, 0x9b, 0x09, 0x56, 0x2d, 0x30 } }\r
+\r
+extern  EFI_GUID gEfiProcessorProducerGuid;\r
+\r
+#define EFI_MEMORY_PRODUCER_GUID \\r
+  { 0x1d7add6e, 0xb2da, 0x4b0b, {0xb2, 0x9f, 0x49, 0xcb, 0x42, 0xf4, 0x63, 0x56 } }\r
+\r
+extern  EFI_GUID gEfiMemoryProducerGuid;\r
+\r
+#define EFI_MISC_PRODUCER_GUID \\r
+  { 0x62512c92, 0x63c4, 0x4d80, {0x82, 0xb1, 0xc1, 0xa4, 0xdc, 0x44, 0x80, 0xe5 } }\r
+\r
+extern  EFI_GUID gEfiMiscProducerGuid;\r
+\r
+\r
+#endif
\ No newline at end of file