From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web11.34591.1681089408166468475 for ; Sun, 09 Apr 2023 18:16:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=C5KoHEf+; spf=pass (domain: byosoft.com.cn, ip: 121.46.250.151, mailfrom: gaoliming@byosoft.com.cn) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 2ADD0DDA7ED for ; Mon, 10 Apr 2023 09:16:45 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1681089405; bh=tjvQkKPSegNSJxWaVdzkyb5QPFy8R2rhVASs8QrHhxk=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=C5KoHEf+B5cgLPRSMaElgZ3A0826wWXWDdbiv4BC2t5b9t8E0d7XNB3BMUKbC0KZL C3O+Puhm5jLEjSfgevW70Zqhf+W0A3DiyVDOAnEqImgtpUOIetQpAsSUIhWJXP73AN 91YcCcDX6A9HR41Mu7HvFeM3dqOFX+TWZN98jb3k= Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 21EB4DDA7F5 for ; Mon, 10 Apr 2023 09:16:45 +0800 (CST) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id E72DDDDA7D0 for ; Mon, 10 Apr 2023 09:16:44 +0800 (CST) Authentication-Results: cxsh.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 84ACBDDA7EC for ; Mon, 10 Apr 2023 09:16:39 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 10 Apr 2023 09:16:36 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Jian J Wang'" , "'Oliver Smith-Denny'" References: <20230407222051.1095-1-michael.d.kinney@intel.com> <20230407222051.1095-12-michael.d.kinney@intel.com> In-Reply-To: <20230407222051.1095-12-michael.d.kinney@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIHYzIDExLzEyXSBNZGVNb2R1bGVQa2c6IEhPU1RfQVBQTElDQVRJT04gSUEzMi9YNjQgb25seQ==?= Date: Mon, 10 Apr 2023 09:16:38 +0800 Message-ID: <018301d96b4a$19994f90$4ccbeeb0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQISwOYT/EVfFBQPuRHSB9YsHmuUMAKOjkb8rpyd6EA= Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Michael D > Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA4=D4=C28=C8=D5 6:21 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jian J Wang ; Liming Gao > ; Oliver Smith-Denny > > =D6=F7=CC=E2: [edk2-devel] [Patch v3 11/12] MdeModulePkg: HOST_APPLICATIO= N > IA32/X64 only >=20 > Update MdeModulePkg host-based unit test INF files to only list > VALID_ARCHITECTURES of IA32 and X64 to align with all other > host-based unit test INF files. The UnitTestFrameworkPkg only > provides build support of host-based unit tests to OS applications > for IA32 and X64. >=20 > Cc: Jian J Wang > Cc: Liming Gao > Signed-off-by: Michael D Kinney > Reviewed-by: Oliver Smith-Denny > --- > .../UnitTest/MockUefiRuntimeServicesTableLib.inf | 2 +- > .../RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git > a/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeSe > rvicesTableLib.inf > b/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeSe > rvicesTableLib.inf > index 15eb646d7c38..24dc934f8d25 100644 > --- > a/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeSe > rvicesTableLib.inf > +++ > b/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeSe > rvicesTableLib.inf > @@ -15,7 +15,7 @@ [Defines] > LIBRARY_CLASS =3D UefiRuntimeServicesTableLib >=20 > # > -# VALID_ARCHITECTURES =3D IA32 X64 EBC > +# VALID_ARCHITECTURES =3D IA32 X64 > # >=20 > [Sources] > diff --git > a/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/Vari > ableLockRequestToLockUnitTest.inf > b/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/Vari > ableLockRequestToLockUnitTest.inf > index 2a659d7e1370..59c743ad1fa6 100644 > --- > a/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/Vari > ableLockRequestToLockUnitTest.inf > +++ > b/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/Vari > ableLockRequestToLockUnitTest.inf > @@ -15,7 +15,7 @@ [Defines] > # > # The following information is for reference only and not required by th= e > build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 ARM AARCH64 > +# VALID_ARCHITECTURES =3D IA32 X64 > # >=20 > [Sources] > -- > 2.39.1.windows.1 >=20 >=20 >=20 >=20 >=20