From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0DE25940FEC for ; Tue, 2 Jan 2024 03:28:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=WOPtMxGOtYF+PSndHaRsjkYBKhQTM02+ZrzPp+o1YD0=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704166120; v=1; b=j/8Q5TjjEKpTR5k0fjk/d9VmQoPcSdVNBnl0DgcPCHcNAQMwlPCa6RhE/9578tMz+OpgeMd9 PQ8RIZ1gy+5OSoQ2EUl0KIR5mEmP8wNA4C6CV5XXA+wl8nb+WtuYffv3iCc54hRS6jN+nZvPrvr WNOEDmgmGJmkuRoJ6Em7s+FA= X-Received: by 127.0.0.2 with SMTP id 0OVVYY7687511xfUmR7USnD1; Mon, 01 Jan 2024 19:28:40 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web10.22085.1704166114692993276 for ; Mon, 01 Jan 2024 19:28:34 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10940"; a="396562462" X-IronPort-AV: E=Sophos;i="6.04,324,1695711600"; d="scan'208";a="396562462" X-Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jan 2024 19:28:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,324,1695711600"; d="scan'208";a="14064227" X-Received: from mingtan1-mobl2.ccr.corp.intel.com ([10.239.153.12]) by fmviesa002.fm.intel.com with ESMTP; 01 Jan 2024 19:28:30 -0800 From: "Tan, Ming" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH 0/3] Add support of EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY Date: Tue, 2 Jan 2024 11:27:29 +0800 Message-Id: <20240102032732.3143-1-ming.tan@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ming.tan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: qfel1ihoyAwkNksQmx0Wpv9ux7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="j/8Q5Tjj"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io *** BLURB HERE *** Ming Tan (3): MdePkg: Add EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY MdeModulePkg/DriverSampleDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY .../Universal/DriverSampleDxe/DriverSample.c | 14 ++++++++++++++ .../Universal/DriverSampleDxe/NVDataStruc.h | 1 + MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr | 10 ++++++++++ .../Universal/DriverSampleDxe/VfrStrings.uni | 4 ++++ .../Universal/SetupBrowserDxe/Presentation.c | 9 +++++++++ MdePkg/Include/Protocol/FormBrowser2.h | 1 + 6 files changed, 39 insertions(+) -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113023): https://edk2.groups.io/g/devel/message/113023 Mute This Topic: https://groups.io/mt/103475993/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-