Refactor appcore-watch 24/180124/7
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 25 May 2018 04:28:23 +0000 (13:28 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 15 Jun 2018 04:35:39 +0000 (13:35 +0900)
commitea27269a2f22e0bcde09a7a9e0722c3c04607a84
tree77d03e7ca9c1ebb1b6bfcd296562a25f99f21167
parentb3d9021acb899d8b9c82568d69decc5d9f12a383
Refactor appcore-watch

- Make reusable library, appcore-watch-base which has no dependency with
  elementary

Change-Id: I347fd69636c669ab9ec47580a3d51c5fad6c4aa3
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
16 files changed:
CMakeLists.txt
appcore-watch-base.pc.in [new file with mode: 0644]
appcore-watch.pc.in
capi-appfw-watch-application.pc
include/watch_base.h [new file with mode: 0755]
packaging/appcore-watch.spec
src/appcore-watch-signal.h [deleted file]
src/base/watch_base.c [moved from src/watch_app_main.c with 52% similarity]
src/base/watch_base_log.h [moved from src/appcore-watch-log.h with 90% similarity]
src/base/watch_base_signal.c [moved from src/appcore-watch-signal.c with 82% similarity]
src/base/watch_base_signal.h [moved from src/watch_app_private.h with 59% similarity]
src/base/watch_base_time.c [new file with mode: 0755]
src/base/watch_base_time.h [new file with mode: 0755]
src/efl_base/watch_app_log.h [new file with mode: 0755]
src/efl_base/watch_app_main.c [new file with mode: 0755]
src/watch_app_error.c [deleted file]