]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/CapsuleVendor.h
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / CapsuleVendor.h
CommitLineData
504214c4 1/** @file\r
88f20127 2\r
5f597758 3 This file defines capsule update guid, capsule variable name and \r
cfc8865f 4 capsule guid hob data structure, which are required by capsule update feature.\r
504214c4
LG
5\r
6Copyright (c) 2006 - 2008, Intel Corporation\r
88f20127 7All rights reserved. This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
504214c4 15**/\r
88f20127 16\r
17#ifndef __EFI_CAPSULE_VENDOR_GUID_H__\r
18#define __EFI_CAPSULE_VENDOR_GUID_H__\r
19\r
ebafc55b
LG
20///\r
21/// This guid is used as a variable GUID (depending on implementation)\r
22/// for the capsule variable if the capsule pointer is passes through reset\r
23/// via a variable.\r
24///\r
88f20127 25#define EFI_CAPSULE_VENDOR_GUID \\r
26 { 0x711C703F, 0xC285, 0x4B10, { 0xA3, 0xB0, 0x36, 0xEC, 0xBD, 0x3C, 0x8B, 0xE2 } }\r
27\r
ebafc55b
LG
28///\r
29/// Name of capsule variable\r
30/// \r
3cfb790c 31#define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"\r
32\r
88f20127 33extern EFI_GUID gEfiCapsuleVendorGuid;\r
34\r
ebafc55b
LG
35///\r
36/// Data structure of capsule guid hob entry\r
37///\r
0537d50f 38typedef struct {\r
ebafc55b
LG
39 EFI_PHYSICAL_ADDRESS BaseAddress; /// Capsule data start address\r
40 UINT32 Length; /// Length of capsule data.\r
0537d50f
LG
41} CAPSULE_HOB_INFO;\r
42\r
88f20127 43#endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_\r