Introduce TC1 platform
Total Compute has a new platform version, i.e. TC1.
The build options w.r.t to hafnium are the same as TC0.
Therefore rename the platform from tc0 to tc.
Signed-off-by: Usama Arif <usama.arif@arm.com>
Change-Id: Iadd02cc49c47ecf99f8687cdd3fcdf1fdcceaca5
diff --git a/secure_tc/BUILD.gn b/secure_tc/BUILD.gn
new file mode 100644
index 0000000..16de97d
--- /dev/null
+++ b/secure_tc/BUILD.gn
@@ -0,0 +1,8 @@
+# Copyright 2020 The Hafnium Authors.
+#
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file or at
+# https://opensource.org/licenses/BSD-3-Clause.
+
+source_set("secure_tc") {
+}