Make update-control have plugin structure 59/188859/5
authorSunmin Lee <sunm.lee@samsung.com>
Tue, 11 Sep 2018 06:16:13 +0000 (15:16 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Tue, 11 Sep 2018 10:18:38 +0000 (19:18 +0900)
commit445625dca789e31242d863d1c968b79609ac2596
tree2979faf1339b469bae45da3f75839bbdf261b749
parenta1892c90c4fa58d1b7037b2a0d787c1f2842c583
Make update-control have plugin structure

To support various update server, the implementation of
update-control API has plugin structure.
The default plugin for STDM server is included.

Change-Id: I812f191afa56940fc6b103446ce1480222fd60bb
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
12 files changed:
CMakeLists.txt
packaging/update-control.spec
src/common.h [deleted file]
src/http_util.c [deleted file]
src/http_util.h [deleted file]
src/plugin/CMakeLists.txt [new file with mode: 0644]
src/plugin/http_util.c [new file with mode: 0644]
src/plugin/http_util.h [new file with mode: 0644]
src/plugin/plugin.c [new file with mode: 0644]
src/plugin/plugin.h [new file with mode: 0644]
src/update_control.c
src/update_control_internal.h [new file with mode: 0644]