]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/Capsule.h
Updated IntelFrameworkPkg.nspd to add GUID/PPI/Protocol definitions.
[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
23//\r
24// This is the GUID of the capsule header of the image on disk.\r
25//\r
26#define EFI_CAPSULE_GUID \\r
27 { \\r
28 0x3B6686BD, 0x0D76, 0x4030, {0xB7, 0x0E, 0xB5, 0x51, 0x9E, 0x2F, 0xC5, 0xA0 } \\r
29 }\r
30\r
31//\r
32// This is the GUID of the configuration results file created by the capsule\r
33// application.\r
34//\r
35#define EFI_CONFIG_FILE_NAME_GUID \\r
36 { \\r
37 0x98B8D59B, 0xE8BA, 0x48EE, {0x98, 0xDD, 0xC2, 0x95, 0x39, 0x2F, 0x1E, 0xDB } \\r
38 }\r
39\r
40extern EFI_GUID gEfiCapsuleGuid;\r
41extern EFI_GUID gEfiConfigFileNameGuid;\r
42\r
43#endif\r