Add Cion Server 45/258545/17 devel/cion
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 19 Aug 2021 05:07:08 +0000 (14:07 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Fri, 20 Aug 2021 06:56:26 +0000 (15:56 +0900)
commita141d3e9fdf5db7af96ac46a54486d719878e2f7
treee111b329b17d45d779243854aaec0b06e7385577
parent5251d11ed350eb6245867f2882f7ad6a38f16565
Add Cion Server

- Discovery ondemand list for cion
- Ondemand Launch Application for cion

Related patch :
https://review.tizen.org/gerrit/c/platform/core/appfw/cion/+/261308
https://review.tizen.org/gerrit/c/platform/core/appfw/cion/+/262199

Change-Id: I71ae650acf99c7cacef2b3e0bfbacb2bfe8b45d6
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
CMakeLists.txt
include/eventsystem_daemon.h
packaging/esd.spec
src/esd_cion/cion_ondemand_server.cc [new file with mode: 0644]
src/esd_cion/cion_ondemand_server.h [new file with mode: 0644]
src/esd_cion/cion_peer_info.cc [new file with mode: 0644]
src/esd_cion/cion_peer_info.h [new file with mode: 0644]
src/esd_cion/esd_cion.c [deleted file]
src/esd_cion/esd_cion.cc [new file with mode: 0644]
src/esd_cion/esd_cion_db.c
src/esd_main.c