update shared object file
authorwansuyoo <wansu.yoo@samsung.com>
Thu, 28 Mar 2019 09:34:26 +0000 (18:34 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Thu, 28 Mar 2019 09:34:26 +0000 (18:34 +0900)
.gitignore
Makefile
src/main-c/orchestration.so [new file with mode: 0644]

index 2965f158ea1dae49538020c500d23493cfaeb3be..e1d1cd43d4d0a23655a146ecf0e39aba20448e3a 100644 (file)
@@ -2,7 +2,6 @@
 *.exe
 *.exe~
 *.dll
-*.so
 *.dylib
 bin/*
 pkg/*
index 6231962a6b7edd47a23e0bad84ea1ff88871d272..316a7303bdfa5c779e2f71d57103adb925fd2bda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ EXEC_SRC_DIR    := orchestration
 OBJ_SRC_DIR            := interface
 BIN_DIR        := $(BASE_DIR)/bin
 CMAIN_DIR              := $(BASE_DIR)/src/main-c
-PKG_DIRS               := servicemgr devicemgr restapi/v1
+PKG_DIRS               := devicemgr discoverymgr interface orchestration restapi/v1 servicemgr
 
 .DEFAULT_GOAL := help
 
diff --git a/src/main-c/orchestration.so b/src/main-c/orchestration.so
new file mode 100644 (file)
index 0000000..45cf92f
Binary files /dev/null and b/src/main-c/orchestration.so differ