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 62314D80061 for ; Thu, 9 Nov 2023 02:51:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=w63LPWsPjKOasm7q/ctkgLiJPHeXrW+hFbTyVahOlxc=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: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=1699498291; v=1; b=HntcVv2vykZNCRG69Wzt44n7tiU97vnSydmSulpmLxsaSdVTOUAaoFrEfiAxBHNcZnqYChxz HhqXOvjGozG1BhMzSqUVOo99CtkmJ6bxqcb07VcHI3165pXQZ0/jDTMCQ2xOjMIpXkRCjocZN/m 0OySD7C9HRsaUpNnSu9GxFFA= X-Received: by 127.0.0.2 with SMTP id mbyiYY7687511xZNrqV0S5cS; Wed, 08 Nov 2023 18:51:31 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mx.groups.io with SMTP id smtpd.web11.113520.1699498285216011977 for ; Wed, 08 Nov 2023 18:51:30 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10888"; a="8554196" X-IronPort-AV: E=Sophos;i="6.03,288,1694761200"; d="scan'208";a="8554196" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2023 18:51:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10888"; a="936706173" X-IronPort-AV: E=Sophos;i="6.03,288,1694761200"; d="scan'208";a="936706173" X-Received: from shwdeopenlab702.ccr.corp.intel.com ([10.239.55.43]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2023 18:51:28 -0800 From: "duntan" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Ray Ni Subject: [edk2-devel] [PATCH 2/3] StandaloneMmPkg:Add UefiCpuPkg.dec in DependencyCheck Date: Thu, 9 Nov 2023 10:51:06 +0800 Message-Id: <20231109025107.1787-3-dun.tan@intel.com> In-Reply-To: <20231109025107.1787-1-dun.tan@intel.com> References: <20231109025107.1787-1-dun.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,dun.tan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: NgeEKfEfsSKMMOJLWI7D7aQ1x7686176AA= 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=HntcVv2v; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) Add UefiCpuPkg.dec in DependencyCheck section of StandaloneMmPkg.ci.yaml to allow StandaloneMmPkg depend on UefiCpuPkg. Signed-off-by: Dun Tan Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Ray Ni --- StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml index 4777532a7e..ebd35f515e 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -39,7 +39,8 @@ "EmbeddedPkg/EmbeddedPkg.dec", "StandaloneMmPkg/StandaloneMmPkg.dec", "MdeModulePkg/MdeModulePkg.dec", - "MdePkg/MdePkg.dec" + "MdePkg/MdePkg.dec", + "UefiCpuPkg/UefiCpuPkg.dec" ], # For host based unit tests "AcceptableDependencies-HOST_APPLICATION":[ -- 2.31.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110943): https://edk2.groups.io/g/devel/message/110943 Mute This Topic: https://groups.io/mt/102479010/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-