]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/Capsule.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2893 6f19259b...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / Capsule.h
CommitLineData
79964ac8 1/** @file\r
2 GUIDs used for EFI Capsule\r
3\r
4 Copyright (c) 2007, Intel Corporation\r
5 All rights reserved. This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13 Module Name: Capsule.h\r
14\r
15 @par Revision Reference:\r
16 GUIDs defined in Capsule Spec Version 0.9\r
17\r
18**/\r
19\r
20#ifndef _CAPSULE_GUID_H__\r
21#define _CAPSULE_GUID_H__\r
22\r
b80fbe85 23#include <PiPei.h>\r
24\r
79964ac8 25//\r
26// This is the GUID of the capsule header of the image on disk.\r
27//\r
28#define EFI_CAPSULE_GUID \\r
29 { \\r
30 0x3B6686BD, 0x0D76, 0x4030, {0xB7, 0x0E, 0xB5, 0x51, 0x9E, 0x2F, 0xC5, 0xA0 } \\r
31 }\r
32\r
33//\r
34// This is the GUID of the configuration results file created by the capsule\r
35// application.\r
36//\r
37#define EFI_CONFIG_FILE_NAME_GUID \\r
38 { \\r
39 0x98B8D59B, 0xE8BA, 0x48EE, {0x98, 0xDD, 0xC2, 0x95, 0x39, 0x2F, 0x1E, 0xDB } \\r
40 }\r
41\r
42extern EFI_GUID gEfiCapsuleGuid;\r
43extern EFI_GUID gEfiConfigFileNameGuid;\r
44\r
45#endif\r