From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: supreeth.venkatesh@arm.com) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by groups.io with SMTP; Wed, 12 Jun 2019 13:36:03 -0700 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 60840344; Wed, 12 Jun 2019 13:36:03 -0700 (PDT) Received: from u201365.usa.Arm.com (supven01-thinkstation-p720.austin.arm.com [10.118.30.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5AC3C3F246; Wed, 12 Jun 2019 13:36:03 -0700 (PDT) From: "Supreeth Venkatesh" To: devel@edk2.groups.io Cc: Supreeth Venkatesh , eric.jin@intel.com Subject: [edk2-test][PATCH v1 3/5] Framework/EntsLib: Remove Ipf source files from inf file Date: Wed, 12 Jun 2019 20:35:39 +0000 Message-Id: <20190612203541.2283-3-supreeth.venkatesh@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190612203541.2283-1-supreeth.venkatesh@arm.com> References: <20190612203541.2283-1-supreeth.venkatesh@arm.com> Remove source and header files required for building Ipf library from inf file as edk2 (edk2-stable201905) has removed IPF support. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh --- .../SCT/Framework/ENTS/EasLib/EntsLib.inf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.inf b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.inf index c38c620a..23f12d1a 100644 --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.inf +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/EntsLib.inf @@ -2,6 +2,7 @@ # # Copyright 2006 - 2012 Unified EFI, Inc.
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2019, ARM Ltd. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -49,12 +50,6 @@ Ia32/EntsLibPlat.h Ia32/InitPlat.c -[sources.ipf] - Ipf/EntsLibPlat.h - Ipf/InitPlat.c - Ipf/SalPal.c - Ipf/LibSalPal.h - [sources.ebc] Ebc/EntsLibPlat.h Ebc/EfiLibPlat.c -- 2.17.1