From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web10.12961.1625755301379429458 for ; Thu, 08 Jul 2021 07:41:41 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chasel.chiu@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10038"; a="209332724" X-IronPort-AV: E=Sophos;i="5.84,224,1620716400"; d="scan'208";a="209332724" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2021 07:41:41 -0700 X-IronPort-AV: E=Sophos;i="5.84,224,1620716400"; d="scan'208";a="498448955" Received: from cchiu4-mobl.gar.corp.intel.com ([10.252.184.216]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2021 07:41:39 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Sai Chaganty , Liming Gao , Isaac Oram Subject: [edk2-platforms: PATCH 2/2] AdvancedFeaturePkg: Fail to build this package. Date: Thu, 8 Jul 2021 22:40:56 +0800 Message-Id: <20210708144056.1740-3-chasel.chiu@intel.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20210708144056.1740-1-chasel.chiu@intel.com> References: <20210708144056.1740-1-chasel.chiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3484 Fixed the build failure of this package. Cc: Nate DeSimone Cc: Sai Chaganty Cc: Liming Gao Cc: Isaac Oram Signed-off-by: Chasel Chiu --- Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc | 19 ++++++++++++= +++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc b/Fea= tures/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc index ced0a97c37..0c7a29cc75 100644 --- a/Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc +++ b/Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc @@ -7,7 +7,7 @@ # 1. Present a consolidated and simplified view of all available advanced = features to board packages.=0D # 2. Provide a simple, single package build for all available advanced fea= tures.=0D #=0D -# Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -30,7 +30,12 @@ PEI_ARCH =3D IA32=0D DXE_ARCH =3D X64=0D =0D -!include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc=0D=0D +[Packages]=0D + MdePkg/MdePkg.dec=0D + MinPlatformPkg/MinPlatformPkg.dec=0D +=0D +!include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc=0D +=0D =0D ##########################################################################= ######=0D #=0D @@ -48,6 +53,16 @@ gUserAuthFeaturePkgTokenSpaceGuid.PcdUserAuthenticationFeatureEnable = |TRUE=0D gLogoFeaturePkgTokenSpaceGuid.PcdLogoFeatureEnable = |TRUE=0D gLogoFeaturePkgTokenSpaceGuid.PcdJpgEnable = |FALSE=0D + gMinPlatformPkgTokenSpaceGuid.PcdSmiHandlerProfileEnable = |FALSE=0D + gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable = |FALSE=0D + gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable = |FALSE=0D +=0D +#=0D +# Include common library=0D +#=0D +!include MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc=0D +!include MinPlatformPkg/Include/Dsc/CorePeiLib.dsc=0D +!include MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc=0D =0D #=0D # This package builds all advanced features.=0D --=20 2.28.0.windows.1