Add library to support riscv64 build 95/303495/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_riscv tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.233942 accepted/tizen/unified/20240102.170011 accepted/tizen/unified/dev/20240620.010410 accepted/tizen/unified/riscv/20231229.084417 tizen_9.0_m2_release
authorwn.jang <wn.jang@samsung.com>
Tue, 25 Jul 2023 11:54:36 +0000 (20:54 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Thu, 28 Dec 2023 09:32:27 +0000 (18:32 +0900)
Change-Id: I8b004972bdb2d0ac595dbb45a3cca9d3d24da80f

CMakeLists.txt
lib/riscv64/libwakeup-engine.so [new file with mode: 0644]

index 7696e9845256f980bc5e7f0d2e7b327613311000..c60de8a39a670ebd4e3229551aeecad45edb4a44 100755 (executable)
@@ -22,4 +22,7 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libwakeup-engine.so
 ELSEIF("${ARCH}" MATCHES "^x86_64.*")
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libwakeup-engine.so
        DESTINATION /usr/share/multiassistant/engines/wakeup-engine-default)
+ELSEIF("${ARCH}" MATCHES "^riscv64.*")
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/riscv64/libwakeup-engine.so
+       DESTINATION /usr/share/multiassistant/engines/wakeup-engine-default)
 ENDIF()
diff --git a/lib/riscv64/libwakeup-engine.so b/lib/riscv64/libwakeup-engine.so
new file mode 100644 (file)
index 0000000..a084f63
Binary files /dev/null and b/lib/riscv64/libwakeup-engine.so differ