]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/IndustryStandard/WindowsUxCapsule.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / WindowsUxCapsule.h
CommitLineData
32df01ff
CZ
1/** @file\r
2 Defines Windows UX Capsule GUID and layout defined at Microsoft\r
3 Windows UEFI Firmware Update Platform specification\r
4\r
9095d37b
LG
5 Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials\r
32df01ff
CZ
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
cbbb4a8c 14**/\r
32df01ff 15\r
037e66be
CZ
16\r
17#ifndef _WINDOWS_UX_CAPSULE_GUID_H_\r
18#define _WINDOWS_UX_CAPSULE_GUID_H_\r
32df01ff
CZ
19\r
20#pragma pack(1)\r
21\r
22typedef struct {\r
23 UINT8 Version;\r
24 UINT8 Checksum;\r
25 UINT8 ImageType;\r
26 UINT8 Reserved;\r
27 UINT32 Mode;\r
28 UINT32 OffsetX;\r
29 UINT32 OffsetY;\r
30 //UINT8 Image[];\r
31} DISPLAY_DISPLAY_PAYLOAD;\r
32\r
33typedef struct {\r
34 EFI_CAPSULE_HEADER CapsuleHeader;\r
35 DISPLAY_DISPLAY_PAYLOAD ImagePayload;\r
36} EFI_DISPLAY_CAPSULE;\r
37\r
38#pragma pack()\r
39\r
40#define WINDOWS_UX_CAPSULE_GUID \\r
41 { \\r
42 0x3b8c8162, 0x188c, 0x46a4, { 0xae, 0xc9, 0xbe, 0x43, 0xf1, 0xd6, 0x56, 0x97} \\r
43 }\r
44\r
45extern EFI_GUID gWindowsUxCapsuleGuid;\r
46\r
47#endif\r