public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add HII Popup Protocol
@ 2017-08-16  3:50 Dandan Bi
  2017-08-16  3:50 ` [PATCH v2 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions Dandan Bi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dandan Bi @ 2017-08-16  3:50 UTC (permalink / raw)
  To: edk2-devel; +Cc: Eric Dong, Liming Gao

Patch 1: Add the definition of HII Popup Protocol.
Patch 2: Add the implementation of HII Popup Protocol.
Patch 3: Add one sample use case of HII Popup Protocol.

V2:
Updates in pacth 2:
Addstring "ERROR", "WARNING", "INFO" at the top of the message box
to implement the different appearances for different styles of Popup.
Updates in pacth 3:
Update the date info in the Copyright.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Dandan Bi (3):
  MdePkg/HiiPopup: Add HII Popup Protocol definitions
  MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
  MdeModulePkg/DriverSample: Add sample case for popup protocol

 .../DisplayEngineDxe/DisplayEngineDxe.inf          |   4 +-
 .../Universal/DisplayEngineDxe/FormDisplay.c       |  42 ++
 .../Universal/DisplayEngineDxe/FormDisplay.h       |  79 ++-
 .../Universal/DisplayEngineDxe/FormDisplayStr.uni  |  20 +-
 MdeModulePkg/Universal/DisplayEngineDxe/Popup.c    | 629 +++++++++++++++++++++
 .../Universal/DriverSampleDxe/DriverSample.c       |  29 +
 .../Universal/DriverSampleDxe/DriverSample.h       |   4 +-
 .../Universal/DriverSampleDxe/DriverSampleDxe.inf  |   3 +-
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |  10 +-
 .../Universal/DriverSampleDxe/VfrStrings.uni       |   8 +-
 MdePkg/Include/Protocol/HiiPopup.h                 |  81 +++
 MdePkg/MdePkg.dec                                  |   3 +
 12 files changed, 904 insertions(+), 8 deletions(-)
 create mode 100644 MdeModulePkg/Universal/DisplayEngineDxe/Popup.c
 create mode 100644 MdePkg/Include/Protocol/HiiPopup.h

-- 
1.9.5.msysgit.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-16  3:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16  3:50 [PATCH v2 0/3] Add HII Popup Protocol Dandan Bi
2017-08-16  3:50 ` [PATCH v2 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions Dandan Bi
2017-08-16  3:51 ` [PATCH v2 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol Dandan Bi
2017-08-16  3:51 ` [PATCH v2 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol Dandan Bi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox