Add binary file to support risc64 build 86/293686/1
authorwn.jang <wn.jang@samsung.com>
Fri, 2 Jun 2023 05:40:55 +0000 (14:40 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Fri, 2 Jun 2023 06:09:01 +0000 (15:09 +0900)
Change-Id: Iad7eac216720939db6021ee811a816c1da1523fa

CMakeLists.txt
bin/riscv64/vc_getengine [new file with mode: 0755]

index 2142161..c525efc 100644 (file)
@@ -82,6 +82,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*")
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/vc_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^x86_64.*")
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/vc_getengine DESTINATION ${TZ_SYS_BIN})
+ELSEIF("${ARCH}" MATCHES "^riscv64.*")
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/vc_getengine DESTINATION ${TZ_SYS_BIN})
 ENDIF()
 
 ## Test
diff --git a/bin/riscv64/vc_getengine b/bin/riscv64/vc_getengine
new file mode 100755 (executable)
index 0000000..2b22f6d
Binary files /dev/null and b/bin/riscv64/vc_getengine differ