13#ifndef __HII_POPUP_H__
14#define __HII_POPUP_H__
16#define EFI_HII_POPUP_PROTOCOL_GUID \
17 {0x4311edc0, 0x6054, 0x46d4, {0x9e, 0x40, 0x89, 0x3e, 0xa9, 0x52, 0xfc, 0xcc}}
19#define EFI_HII_POPUP_PROTOCOL_REVISION 1
25 EfiHiiPopupStyleWarning,
31 EfiHiiPopupTypeOkCancel,
33 EfiHiiPopupTypeYesNoCancel
37 EfiHiiPopupSelectionOk,
38 EfiHiiPopupSelectionCancel,
39 EfiHiiPopupSelectionYes,
40 EfiHiiPopupSelectionNo
41} EFI_HII_POPUP_SELECTION;
63 IN EFI_HII_POPUP_STYLE PopupStyle,
64 IN EFI_HII_POPUP_TYPE PopupType,
66 IN EFI_STRING_ID Message,
75extern EFI_GUID gEfiHiiPopupProtocolGuid;