From 064daac0c69049993f7dbdaf9864a812a0205dfd Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 10 Jul 2019 23:25:21 +0800 Subject: Revert "BaseTools/FCE: Add a tool FCE" This reverts commit 3c59d94637adbfdd497b5a2c16073c7dc62b669c. There are the concerns on code design and code quality, and request to rewrite FCE, BfmLib and FMMT for the review. Cc: Leif Lindholm Cc: Feng Bob C Signed-off-by: Liming Gao Reviewed-by: Feng Bob C --- BaseTools/Source/C/FCE/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 BaseTools/Source/C/FCE/Makefile (limited to 'BaseTools/Source/C/FCE/Makefile') diff --git a/BaseTools/Source/C/FCE/Makefile b/BaseTools/Source/C/FCE/Makefile deleted file mode 100644 index cc33a42a42..0000000000 --- a/BaseTools/Source/C/FCE/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -## @file -# -# Windows makefile for 'FCE' module build. -# -#Copyright (c) 2011-2019, Intel Corporation. All rights reserved.
-#SPDX-License-Identifier: BSD-2-Clause-Patent -# -## - -!INCLUDE $(EDK_TOOLS_PATH)\Source\C\Makefiles\ms.common - -APPNAME = FCE - -LIBS = $(LIB_PATH)\Common.lib - -OBJECTS = Fce.obj Variable.obj TimeBasedVariable.obj MonotonicBasedVariable.obj IfrParse.obj Common.obj BinaryParse.obj BinaryCreate.obj Expression.obj - -!INCLUDE $(EDK_TOOLS_PATH)\Source\C\Makefiles\ms.app - -- cgit v1.2.3