From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.28400.1679769954248531046 for ; Sat, 25 Mar 2023 11:45:54 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=jM1kVSSn; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679769954; x=1711305954; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yrMdMqvieG2Z9duXpa0lrJV4FrxepXYx/uI5lr0F5hM=; b=jM1kVSSn6cAlmUuxKSaxbzHnKzVJkLphwyVn215y3IlZ035SizOYyF3F 0Uc/P7maGpDdu8z2O9OuYYfWvrXImF4KepPKFy7h3gEBJhcxvNu/IRLxR lrDrleTZrUprNAMbyv/MKCN6XXD8+mScPn7bBx2k/Msc+T/jxE5dzapNW nX4XKtExIa27SnLpfwChZsnHT+ZBxFDfMGzMNVTFK7sJUeJxU9WmFJ4Nn UUCetmatom4+36+Xj+3TXToMDR1cSdMMpDv4LeIeVRSgDb7V5UhitarS7 f9ds7LP2saiEO7hCFmqqK4nT76m2UFSI5PF7I2mi5zF3CAoMVX2U2Nzjn A==; X-IronPort-AV: E=McAfee;i="6600,9927,10660"; a="319655094" X-IronPort-AV: E=Sophos;i="5.98,291,1673942400"; d="scan'208";a="319655094" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2023 11:45:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10660"; a="685541428" X-IronPort-AV: E=Sophos;i="5.98,291,1673942400"; d="scan'208";a="685541428" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.254.125]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2023 11:45:53 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jian J Wang , Liming Gao Subject: [Patch 11/12] MdeModulePkg: HOST_APPLICATION IA32/X64 only Date: Sat, 25 Mar 2023 11:45:39 -0700 Message-Id: <20230325184541.596-12-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.39.1.windows.1 In-Reply-To: <20230325184541.596-1-michael.d.kinney@intel.com> References: <20230325184541.596-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Jian J Wang Cc: Liming Gao Signed-off-by: Michael D Kinney --- .../UnitTest/MockUefiRuntimeServicesTableLib.inf | 2 +- .../RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf b/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf index 15eb646d7c38..24dc934f8d25 100644 --- a/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf +++ b/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf @@ -15,7 +15,7 @@ [Defines] LIBRARY_CLASS = UefiRuntimeServicesTableLib # -# VALID_ARCHITECTURES = IA32 X64 EBC +# VALID_ARCHITECTURES = IA32 X64 # [Sources] diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf b/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf index 2a659d7e1370..59c743ad1fa6 100644 --- a/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf +++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf @@ -15,7 +15,7 @@ [Defines] # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 +# VALID_ARCHITECTURES = IA32 X64 # [Sources] -- 2.39.1.windows.1