10#ifndef __PLATFORM_LOGO_H__
11#define __PLATFORM_LOGO_H__
18#define EDKII_PLATFORM_LOGO_PROTOCOL_GUID \
19 { 0x53cd299f, 0x2bc1, 0x40c0, { 0x8c, 0x07, 0x23, 0xf6, 0x4f, 0xdb, 0x30, 0xe0 } }
24 EdkiiPlatformLogoDisplayAttributeLeftTop,
25 EdkiiPlatformLogoDisplayAttributeCenterTop,
26 EdkiiPlatformLogoDisplayAttributeRightTop,
27 EdkiiPlatformLogoDisplayAttributeCenterRight,
28 EdkiiPlatformLogoDisplayAttributeRightBottom,
29 EdkiiPlatformLogoDisplayAttributeCenterBottom,
30 EdkiiPlatformLogoDisplayAttributeLeftBottom,
31 EdkiiPlatformLogoDisplayAttributeCenterLeft,
32 EdkiiPlatformLogoDisplayAttributeCenter
33} EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE;
52 IN OUT UINT32 *Instance,
54 OUT EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE *Attribute,
63extern EFI_GUID gEdkiiPlatformLogoProtocolGuid;