X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FInclude%2FGuid%2FCapsuleOnDataCD.h;fp=QuarkPlatformPkg%2FInclude%2FGuid%2FCapsuleOnDataCD.h;h=6a60507e0ecbdfadff1f2c62a5b616b38f975e36;hp=0000000000000000000000000000000000000000;hb=b303605e1b7e113b4311daf161c6c3289350447b;hpb=9b6bbcdbfdf5e54c6d1ed538ea8076d0858fb164 diff --git a/QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h b/QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h new file mode 100644 index 0000000000..6a60507e0e --- /dev/null +++ b/QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h @@ -0,0 +1,29 @@ +/** @file +Capsule on Data CD GUID. + +Copyright (c) 2013-2015 Intel Corporation. + +This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +This is the contract between the recovery module and device recovery module +in order to convey the name of a given recovery module type + +**/ + +#ifndef _CAPSULE_ON_DATA_CD_H +#define _CAPSULE_ON_DATA_CD_H + +#define PEI_CAPSULE_ON_DATA_CD_GUID \ + { \ + 0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f } \ + }; + +extern EFI_GUID gPeiCapsuleOnDataCDGuid; + +#endif