From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org 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 D0F20211B7F89 for ; Tue, 15 Jan 2019 21:04:06 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2019 21:04:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,484,1539673200"; d="scan'208";a="267473636" Received: from shzintpr04.sh.intel.com (HELO [10.7.209.38]) ([10.239.4.101]) by orsmga004.jf.intel.com with ESMTP; 15 Jan 2019 21:04:04 -0800 To: Ard Biesheuvel , edk2-devel@lists.01.org Cc: Hao Wu , Liming Gao , Michael D Kinney , Laszlo Ersek , star.zeng@intel.com References: <20190114132758.24054-1-ard.biesheuvel@linaro.org> <20190114132758.24054-17-ard.biesheuvel@linaro.org> From: "Zeng, Star" Message-ID: <7457568d-4cfa-3af5-edbc-ea4c0c099558@intel.com> Date: Wed, 16 Jan 2019 13:03:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190114132758.24054-17-ard.biesheuvel@linaro.org> Subject: Re: [PATCH v2 16/17] MdeModulePkg/VarCheckLib: add MM_STANDALONE support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 05:04:07 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 2019/1/14 21:27, Ard Biesheuvel wrote: > Add MM_STANDALONE to the list of permitted module types of the > VarCheckLib library implementation. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Star Zeng > --- > MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf b/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > index 099f83dd6aee..b1041c290df9 100644 > --- a/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > +++ b/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > @@ -21,7 +21,7 @@ [Defines] > FILE_GUID = 63E12D08-0C5D-47F8-95E4-09F89D7506C5 > MODULE_TYPE = DXE_RUNTIME_DRIVER > VERSION_STRING = 1.0 > - LIBRARY_CLASS = VarCheckLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER > + LIBRARY_CLASS = VarCheckLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER MM_STANDALONE > > # > # The following information is for reference only and not required by the build tools. >