]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Include/Guid/CapsuleOnFatUsbDisk.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnFatUsbDisk.h
diff --git a/QuarkPlatformPkg/Include/Guid/CapsuleOnFatUsbDisk.h b/QuarkPlatformPkg/Include/Guid/CapsuleOnFatUsbDisk.h
new file mode 100644 (file)
index 0000000..63eedb2
--- /dev/null
@@ -0,0 +1,30 @@
+/** @file\r
+Capsule on Fat Usb Disk 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
+\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 _PEI_CAPSULE_ON_FAT_USB_DISK_H\r
+#define _PEI_CAPSULE_ON_FAT_USB_DISK_H\r
+\r
+#define PEI_CAPSULE_ON_FAT_USB_DISK_GUID \\r
+  { \\r
+  0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1, 0x86 } \\r
+  };\r
+\r
+extern EFI_GUID gPeiCapsuleOnFatUsbDiskGuid;\r
+\r
+#endif\r