From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com []) by mx.groups.io with SMTP id smtpd.web11.44450.1585548190763873090 for ; Sun, 29 Mar 2020 23:03:15 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: heng.luo@intel.com) IronPort-SDR: dWDYAgPko74m46+5B7nMLZHg3T+GAza+vMih8CSutOkGfVb0v/F+5VyJWE5qUA9op4P4fq+LNk 6wIc/4+Syvwg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2020 23:03:15 -0700 IronPort-SDR: WExdwFgXYMhs5+L7Z7UTBxz4Y5oTtvuu2zMZT9l0tKFtZDHcfnvvswkLBEm9sw8eaktSjDScr3 0X7aP3GisgZA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,323,1580803200"; d="scan'208";a="421824528" Received: from unknown (HELO hengluo-dev.ccr.corp.intel.com) ([10.239.153.154]) by orsmga005.jf.intel.com with ESMTP; 29 Mar 2020 23:03:14 -0700 From: "Heng Luo" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao , Eric Dong , Ray Ni Subject: [PATCH 3/3] Features/Intel: Correct wrong codes and remove unnecessary codes Date: Mon, 30 Mar 2020 14:03:06 +0800 Message-Id: <20200330060306.1695-4-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 In-Reply-To: <20200330060306.1695-1-heng.luo@intel.com> References: <20200330060306.1695-1-heng.luo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2644 Correct wrong codes and remove unnecessary codes in LogoFeaturePkg. Cc: Dandan Bi Cc: Liming Gao Cc: Eric Dong Cc: Ray Ni Signed-off-by: Heng Luo --- Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc | 9 --= ------- Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeatur= e.dsc b/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc index fca0bfd540..d2dcdeb36a 100644 --- a/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc +++ b/Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc @@ -25,15 +25,6 @@ !error "DXE_ARCH must be specified to build this feature!"=0D !endif=0D =0D -##########################################################################= ######=0D -#=0D -# Packages Section - Make sure PCD can be directly used in a conditional s= tatement=0D -# in a DSC which includes this DSC file.=0D -#=0D -##########################################################################= ######=0D -[Packages]=0D - LogoFeaturePkg/LogoFeaturePkg.dec=0D -=0D ##########################################################################= ######=0D #=0D # Library Class section - list of all Library Classes needed by this featu= re.=0D diff --git a/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory= .fdf b/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf index 080c87223c..fead9f3b02 100644 --- a/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf +++ b/Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf @@ -6,7 +6,7 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D -!if gSmbiosFeaturePkgTokenSpaceGuid.PcdJpgEnable =3D=3D TRUE=0D +!if gLogoFeaturePkgTokenSpaceGuid.PcdJpgEnable =3D=3D TRUE=0D INF LogoFeaturePkg/LogoDxe/JpegLogoDxe.inf=0D !else=0D INF LogoFeaturePkg/LogoDxe/LogoDxe.inf=0D --=20 2.24.0.windows.2