aboutsummaryrefslogtreecommitdiff
path: root/platform/providers/arm/fvp/fvp_base_revc-2xaemv8a/platform.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'platform/providers/arm/fvp/fvp_base_revc-2xaemv8a/platform.cmake')
-rw-r--r--platform/providers/arm/fvp/fvp_base_revc-2xaemv8a/platform.cmake18
1 files changed, 18 insertions, 0 deletions
diff --git a/platform/providers/arm/fvp/fvp_base_revc-2xaemv8a/platform.cmake b/platform/providers/arm/fvp/fvp_base_revc-2xaemv8a/platform.cmake
new file mode 100644
index 000000000..86686e306
--- /dev/null
+++ b/platform/providers/arm/fvp/fvp_base_revc-2xaemv8a/platform.cmake
@@ -0,0 +1,18 @@
+#-------------------------------------------------------------------------------
+# Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+# Platform definition for the 'fvp_base_revc-2xaem8a' virtual platform.
+#-------------------------------------------------------------------------------
+if (NOT DEFINED TGT)
+ message(FATAL_ERROR "mandatory parameter TGT is not defined.")
+endif()
+
+get_property(_platform_driver_dependencies TARGET ${TGT}
+ PROPERTY TS_PLATFORM_DRIVER_DEPENDENCIES
+)
+
+target_sources(${TGT} PRIVATE
+ "${TS_ROOT}/platform/drivers/mock/mock_entropy.c"
+)