From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: eric.jin@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Thu, 13 Jun 2019 23:06:20 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2019 23:06:19 -0700 X-ExtLoop1: 1 Received: from shwdeopenpsi175.ccr.corp.intel.com ([10.239.9.33]) by fmsmga008.fm.intel.com with ESMTP; 13 Jun 2019 23:06:18 -0700 From: "Eric Jin" To: devel@edk2.groups.io Cc: Supreeth Venkatesh Subject: [edk2-test][Patch 1/1] Library/SctLib: Remove Ipf source files from inf file Date: Fri, 14 Jun 2019 14:06:12 +0800 Message-Id: <20190614060612.13980-1-eric.jin@intel.com> X-Mailer: git-send-email 2.20.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Remove source and header files required for building Ipf library from inf file as edk2 (edk2-stable201905) has removed IPF support. Cc: Supreeth Venkatesh Signed-off-by: Eric Jin --- uefi-sct/SctPkg/Library/SctLib/SctLib.inf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/uefi-sct/SctPkg/Library/SctLib/SctLib.inf b/uefi-sct/SctPkg/Library/SctLib/SctLib.inf index 6db9ae091cc3..ff6ce5796424 100644 --- a/uefi-sct/SctPkg/Library/SctLib/SctLib.inf +++ b/uefi-sct/SctPkg/Library/SctLib/SctLib.inf @@ -2,7 +2,7 @@ # # Copyright 2006 - 2016 Unified EFI, Inc.
# Copyright (c) 2013 - 2014, ARM Ltd. All rights reserved.
-# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -71,13 +71,6 @@ ia32/MultU64x32.S | GCC ia32/DivU64x32.S | GCC -[sources.ipf] - Ipf/SctLibPlat.h - Ipf/initplat.c - Ipf/salpal.c - Ipf/libsalpal.h - Math.c - [sources.ebc] ebc/SctLibPlat.h ebc/EfiLibPlat.c -- 2.20.0.windows.1