From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.2546.1585626583268406900 for ; Mon, 30 Mar 2020 20:49:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: heng.luo@intel.com) IronPort-SDR: zbRGbFfTb+59R3D0kp0W/4oMoLi8ERWgeUIenjajPpDOG+Y6w8r2AdJkEp29ltJ1A2QEYCERQh XCeGEbWvtAtg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 20:49:42 -0700 IronPort-SDR: 047tTnbaRfGWTi9en6TeuJJx2p99YJz0vpmXLQchCufygLkZBOnNw8B7U4UbuXxZbDZbRzy7W0 4EsWZe+G0eNA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="450020908" Received: from unknown (HELO hengluo-dev.ccr.corp.intel.com) ([10.239.153.154]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2020 20:49:41 -0700 From: "Heng Luo" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao , Eric Dong , Ray Ni Subject: [Patch V2 3/3] Features/Intel: Correct wrong codes and remove unnecessary codes Date: Tue, 31 Mar 2020 11:49:13 +0800 Message-Id: <20200331034913.1986-4-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 In-Reply-To: <20200331034913.1986-1-heng.luo@intel.com> References: <20200331034913.1986-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