]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / CapsuleOnDataCD.h
CommitLineData
b303605e
MK
1/** @file\r
2Capsule on Data CD GUID.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14This is the contract between the recovery module and device recovery module\r
15in order to convey the name of a given recovery module type\r
16\r
17**/\r
18\r
19#ifndef _CAPSULE_ON_DATA_CD_H\r
20#define _CAPSULE_ON_DATA_CD_H\r
21\r
22#define PEI_CAPSULE_ON_DATA_CD_GUID \\r
23 { \\r
24 0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f } \\r
25 };\r
26\r
27extern EFI_GUID gPeiCapsuleOnDataCDGuid;\r
28\r
29#endif\r