From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AE35721E49BB8 for ; Tue, 22 Aug 2017 05:21:43 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2017 05:24:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,412,1498546800"; d="scan'208";a="1208832500" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2017 05:24:16 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 22 Aug 2017 05:24:15 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.114]) with mapi id 14.03.0319.002; Tue, 22 Aug 2017 20:24:13 +0800 From: "Gao, Liming" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Dong, Eric" Thread-Topic: [edk2] [PATCH V5 0/3] Add HII Popup Protocol Thread-Index: AQHTG0DBKApZ84mal0eEw8yym6PxEqKQTILQ Date: Tue, 22 Aug 2017 12:24:13 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D7743F0@shsmsx102.ccr.corp.intel.com> References: <1503404245-298320-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1503404245-298320-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH V5 0/3] Add HII Popup Protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2017 12:21:43 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Da= ndan Bi > Sent: Tuesday, August 22, 2017 8:17 PM > To: edk2-devel@lists.01.org > Cc: Dong, Eric ; Gao, Liming > Subject: [edk2] [PATCH V5 0/3] Add HII Popup Protocol >=20 > 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. >=20 > V5: > Move the protocol GUID to the part fot UEFI2.7 protocol in dec. >=20 > V4: > Updates in pacth 2: > Add more comments and remove one unnecessary > check in function ParseMessageString(). >=20 > V3: > Updates in pacth 2: > Separate DrawMessageBox() function into CalculatePopupPosition() > DrawMessageBox() and GetUserSelection() three functions and refine > related codes. >=20 > 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. >=20 > Cc: Eric Dong > Cc: Liming Gao > 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 >=20 > .../DisplayEngineDxe/DisplayEngineDxe.inf | 4 +- > .../Universal/DisplayEngineDxe/FormDisplay.c | 42 ++ > .../Universal/DisplayEngineDxe/FormDisplay.h | 96 ++- > .../Universal/DisplayEngineDxe/FormDisplayStr.uni | 20 +- > MdeModulePkg/Universal/DisplayEngineDxe/Popup.c | 730 +++++++++++++++= ++++++ > .../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, 1022 insertions(+), 8 deletions(-) > create mode 100644 MdeModulePkg/Universal/DisplayEngineDxe/Popup.c > create mode 100644 MdePkg/Include/Protocol/HiiPopup.h >=20 > -- > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel