Build: Remove dummy configurations
Build configurations have been moved under 'configs' directory. The
dummy configurations under root directory are useless now, remove them.
Change-Id: Iee1313532df66a02904b2a24488a3d948017132e
Signed-off-by: Ken Liu <ken.liu@arm.com>
diff --git a/ConfigCoreIPC.cmake b/ConfigCoreIPC.cmake
deleted file mode 100644
index 5070137..0000000
--- a/ConfigCoreIPC.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigCoreIPC.cmake")
diff --git a/ConfigCoreIPCTfmLevel2.cmake b/ConfigCoreIPCTfmLevel2.cmake
deleted file mode 100644
index 7de3f75..0000000
--- a/ConfigCoreIPCTfmLevel2.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigCoreIPCTfmLevel2.cmake")
diff --git a/ConfigCoreTest.cmake b/ConfigCoreTest.cmake
deleted file mode 100644
index eae8c5f..0000000
--- a/ConfigCoreTest.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigCoreTest.cmake")
diff --git a/ConfigDefault.cmake b/ConfigDefault.cmake
deleted file mode 100644
index 6812396..0000000
--- a/ConfigDefault.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigDefault.cmake")
diff --git a/ConfigPsaApiTest.cmake b/ConfigPsaApiTest.cmake
deleted file mode 100644
index 38805dd..0000000
--- a/ConfigPsaApiTest.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigPsaApiTest.cmake")
diff --git a/ConfigPsaApiTestIPC.cmake b/ConfigPsaApiTestIPC.cmake
deleted file mode 100644
index 7cdd0d7..0000000
--- a/ConfigPsaApiTestIPC.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigPsaApiTestIPC.cmake")
diff --git a/ConfigPsaApiTestIPCTfmLevel2.cmake b/ConfigPsaApiTestIPCTfmLevel2.cmake
deleted file mode 100644
index ad40eba..0000000
--- a/ConfigPsaApiTestIPCTfmLevel2.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigPsaApiTestIPCTfmLevel2.cmake")
diff --git a/ConfigRegression.cmake b/ConfigRegression.cmake
deleted file mode 100644
index b0e066c..0000000
--- a/ConfigRegression.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigRegression.cmake")
diff --git a/ConfigRegressionIPC.cmake b/ConfigRegressionIPC.cmake
deleted file mode 100644
index cf02079..0000000
--- a/ConfigRegressionIPC.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigRegressionIPC.cmake")
diff --git a/ConfigRegressionIPCTfmLevel2.cmake b/ConfigRegressionIPCTfmLevel2.cmake
deleted file mode 100644
index a47d4d2..0000000
--- a/ConfigRegressionIPCTfmLevel2.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-#-------------------------------------------------------------------------------
-
-message(WARNING "Please use the configs available in the ./config sub-directory.")
-
-if(NOT DEFINED TFM_ROOT_DIR)
- message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
-endif()
-
-include ("${TFM_ROOT_DIR}/configs/ConfigRegressionIPCTfmLevel2.cmake")