]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnDataCD.h
diff --git a/QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h b/QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h
new file mode 100644 (file)
index 0000000..6a60507
--- /dev/null
@@ -0,0 +1,29 @@
+/** @file\r
+Capsule on Data CD GUID.\r
+\r
+Copyright (c) 2013-2015 Intel Corporation.\r
+\r
+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
+This is the contract between the recovery module and device recovery module\r
+in order to convey the name of a given recovery module type\r
+\r
+**/\r
+\r
+#ifndef _CAPSULE_ON_DATA_CD_H\r
+#define _CAPSULE_ON_DATA_CD_H\r
+\r
+#define PEI_CAPSULE_ON_DATA_CD_GUID \\r
+  { \\r
+  0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f } \\r
+  };\r
+\r
+extern EFI_GUID gPeiCapsuleOnDataCDGuid;\r
+\r
+#endif\r