init Service Discovery 68/39568/1
authorYongjin Kim <youth.kim@samsung.com>
Tue, 19 May 2015 00:14:37 +0000 (09:14 +0900)
committerYongjin Kim <youth.kim@samsung.com>
Tue, 19 May 2015 00:14:37 +0000 (09:14 +0900)
commitae9321004ce3f1afca4709de5997d0a9f24d3dae
tree9f61a5be9fa12ebb5970daa36bdcaad764ac6c4e
parent0b3a5dfb764749ba09a3fe8ff27ca968c29c379b
init Service Discovery

Change-Id: Ib72a5de69a9d3a45288bd27d62f8b2ed765c7ddf
Signed-off-by: Yongjin Kim <youth.kim@samsung.com>
16 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
core/CMakeLists.txt [new file with mode: 0644]
core/usd_core.c [new file with mode: 0644]
core/usd_core.h [new file with mode: 0644]
include/service_discovery.h [new file with mode: 0644]
packaging/service-discovery.spec [new file with mode: 0644]
protocol/usd_protocol.c [new file with mode: 0644]
protocol/usd_protocol.h [new file with mode: 0644]
sched/usd_sched.c [new file with mode: 0644]
sched/usd_sched.h [new file with mode: 0644]
service-discovery.manifest [new file with mode: 0644]
service-discovery.pc.in [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/test.c [new file with mode: 0644]