]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the missing Guid header file.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Feb 2009 14:33:55 +0000 (14:33 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Feb 2009 14:33:55 +0000 (14:33 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7496 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h [new file with mode: 0644]
MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h [new file with mode: 0644]
MdeModulePkg/Include/Guid/PcdPeiCallbackFnTableHobGuid.h [new file with mode: 0644]

diff --git a/MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h b/MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h
new file mode 100644 (file)
index 0000000..6df22b6
--- /dev/null
@@ -0,0 +1,25 @@
+/** @file\r
+  GUID for MdeModulePkg PCD Token Space \r
+\r
+  Copyright (c) 2009, 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
+**/\r
+\r
+#ifndef _MDEMODULEPKG_TOKEN_SPACE_GUID_H_\r
+#define _MDEMODULEPKG_TOKEN_SPACE_GUID_H_\r
+\r
+#define MDEMODULEPKG_TOKEN_SPACE_GUID \\r
+  { \\r
+    0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC } \\r
+  }\r
+\r
+extern EFI_GUID gEfiMdeModulePkgTokenSpaceGuid;\r
+\r
+#endif\r
diff --git a/MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h b/MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h
new file mode 100644 (file)
index 0000000..3a65716
--- /dev/null
@@ -0,0 +1,25 @@
+/** @file\r
+  Hob guid for Pcd DataBase\r
+\r
+  Copyright (c) 2009, 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
+**/\r
+\r
+#ifndef _PCD_DATABASE_HOB_GUID_H_\r
+#define _PCD_DATABASE_HOB_GUID_H_\r
+\r
+#define PCD_DATABASE_HOB_GUID \\r
+  { \\r
+    0xEA296D92, 0x0B69, 0x423C, { 0x8C, 0x28, 0x33, 0xB4, 0xE0, 0xA9, 0x12, 0x68 } \\r
+  }\r
+\r
+extern EFI_GUID gPcdDataBaseHobGuid;\r
+\r
+#endif\r
diff --git a/MdeModulePkg/Include/Guid/PcdPeiCallbackFnTableHobGuid.h b/MdeModulePkg/Include/Guid/PcdPeiCallbackFnTableHobGuid.h
new file mode 100644 (file)
index 0000000..c7b37e9
--- /dev/null
@@ -0,0 +1,25 @@
+/** @file\r
+  Hob guid for Pcd Pei Callback Function Table\r
+\r
+  Copyright (c) 2009, 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
+**/\r
+\r
+#ifndef _PCD_PEI_CALLBACK_FNTABLE_HOB_GUID_H_\r
+#define _PCD_PEI_CALLBACK_FNTABLE_HOB_GUID_H_\r
+\r
+#define PCD_PEI_CALLBACK_FNTABLE_HOB_GUID \\r
+  { \\r
+    0xC625F4B2, 0xEA09, 0x4675, { 0x82, 0xD7, 0xBA, 0x36, 0x82, 0x15, 0x7A, 0x14 } \\r
+  }\r
+\r
+extern EFI_GUID gPcdPeiCallbackFnTableHobGuid;\r
+\r
+#endif\r