Adding dummy file of tts_getengine for riscv64 sandbox/playchang/riscv64_dummy
authorwchang kim <wchang.kim@samsung.com>
Tue, 30 May 2023 05:05:10 +0000 (14:05 +0900)
committerwchang kim <wchang.kim@samsung.com>
Tue, 30 May 2023 05:05:10 +0000 (14:05 +0900)
CMakeLists.txt
bin/riscv64/tts_getengine [new file with mode: 0755]

index 06900bb679bca679085576ce73c8fbcfdac3f971..0f3f2501d64490185713433ee0b4b5a28b542a10 100644 (file)
@@ -81,6 +81,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*")
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^x86_64.*")
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/tts_getengine DESTINATION ${TZ_SYS_BIN})
+ELSEIF("${ARCH}" MATCHES "^riscv64.*")
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/tts_getengine DESTINATION ${TZ_SYS_BIN})
 ENDIF()
 
 
diff --git a/bin/riscv64/tts_getengine b/bin/riscv64/tts_getengine
new file mode 100755 (executable)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+