]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Include/Guid/DxeServices.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / OldMdePkg / Include / Guid / DxeServices.h
diff --git a/OldMdePkg/Include/Guid/DxeServices.h b/OldMdePkg/Include/Guid/DxeServices.h
new file mode 100644 (file)
index 0000000..70e4304
--- /dev/null
@@ -0,0 +1,30 @@
+/** @file\r
+  GUID used to identify the DXE Services Table\r
+\r
+  Copyright (c) 2006, 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:  DxeServices.h\r
+\r
+  @par Revision Reference:\r
+  GUID defined in DXE CIS spec version 0.91B\r
+\r
+**/\r
+\r
+#ifndef __DXE_SERVICES_GUID_H__\r
+#define __DXE_SERVICES_GUID_H__\r
+\r
+#define EFI_DXE_SERVICES_TABLE_GUID \\r
+  { \\r
+    0x5ad34ba, 0x6f02, 0x4214, {0x95, 0x2e, 0x4d, 0xa0, 0x39, 0x8e, 0x2b, 0xb9 } \\r
+  }\r
+\r
+extern EFI_GUID gEfiDxeServicesTableGuid;\r
+\r
+#endif\r