fixes to daemon. initial implementation of client library
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Fri, 11 Oct 2013 12:29:58 +0000 (15:29 +0300)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Fri, 11 Oct 2013 12:29:58 +0000 (15:29 +0300)
commitdcf133afff0f796a6ac00e0b2189e03311fee540
tree1cc5fd5072fba1461bfe3b27ea47166cc829cc8a
parentc7a2b00c382ff9e6c0fe102748da203687d10e4c
fixes to daemon. initial implementation of client library
25 files changed:
Makefile.am
common/Makefile.am [new file with mode: 0644]
common/log.h [new file with mode: 0644]
common/org.tizen.messageport.Manager.xml [moved from daemon/org.tizen.messageport.Manager.xml with 86% similarity]
common/org.tizen.messageport.Service.xml [moved from daemon/org.tizen.messageport.Service.xml with 73% similarity]
configure.ac
daemon/Makefile.am
daemon/dbus-manager-doc-gen-org.tizen.messageport.Manager.xml [deleted file]
daemon/dbus-manager.c
daemon/dbus-server.c
daemon/dbus-service.c
daemon/dbus-service.h
daemon/manager.c
daemon/manager.h
examples/Makefile.am [new file with mode: 0644]
examples/test-app.c [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/message-port.c
lib/message-port.h
lib/msgport-manager.c
lib/msgport-manager.h
lib/msgport-service.c [new file with mode: 0644]
lib/msgport-service.h [new file with mode: 0644]
lib/msgport-utils.c [new file with mode: 0644]
lib/msgport-utils.h [new file with mode: 0644]