From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.109932.1680632553018435869 for ; Tue, 04 Apr 2023 11:22:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=MHbQKc5q; spf=pass (domain: intel.com, ip: 134.134.136.24, 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=1680632554; x=1712168554; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FpgHB8teiu5zC3kNFVRag38k4g4OCYuuufvJssV0bpQ=; b=MHbQKc5qcRYK6gmDT6j/+tAQfOmoE6vCdc3+SUTPNJkBcFKx5+V+HVV7 bwHZ1ivn0aAX7Iin2+lRd82BJXRhhJo/2grc7EIxE72YjWJk3zdRhz94e lqmP0uwJ99b/Sjr4GYkgws80BQEjIgBLuFwG9hFpaQACXzY0pm4vnLKSj EM1mW1bCalJiP7e816ERSFVFZw3Nzxc4MKyV3ZbfRIRxpPPYZokKNM5nS XVzIP7dNOihA5hY/Y3Xh0KrRXNg8BJgIsIesE7K76bHWLjC6a7pbB3pBo LSg2uInqTRKwyY7uIugeeidtj2SKMLYkf1NAn4qyfUuh6w+HsW3h1MnYh g==; X-IronPort-AV: E=McAfee;i="6600,9927,10670"; a="343978620" X-IronPort-AV: E=Sophos;i="5.98,318,1673942400"; d="scan'208";a="343978620" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2023 11:22:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10670"; a="860686685" X-IronPort-AV: E=Sophos;i="5.98,318,1673942400"; d="scan'208";a="860686685" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.111.152]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2023 11:22:34 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone Subject: [Patch v2 12/12] PrmPkg/Library: HOST_APPLICATION IA32/X64 only Date: Tue, 4 Apr 2023 11:22:20 -0700 Message-Id: <20230404182220.688-13-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.39.1.windows.1 In-Reply-To: <20230404182220.688-1-michael.d.kinney@intel.com> References: <20230404182220.688-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Michael Kubacki Cc: Nate DeSimone Signed-off-by: Michael D Kinney --- .../UnitTest/DxePrmContextBufferLibUnitTestHost.inf | 2 +- .../UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf b/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf index 7cf6a16867d4..eefaddb10aaf 100644 --- a/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf +++ b/PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf @@ -17,7 +17,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] diff --git a/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf b/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf index 8aae1f7cd78a..fd4b44a9bf85 100644 --- a/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf +++ b/PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf @@ -17,7 +17,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