(1) Remove internal struct file
authoryoungman <yman.jung@samsung.com>
Thu, 28 May 2015 08:59:22 +0000 (17:59 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 8 Jun 2015 10:40:45 +0000 (19:40 +0900)
commit1c0854a974169231120f164f860f443b3dfdf28a
tree6f8b1833323d182b6937bd3f1d5c77f3829839f1
parentf058b3a5c32f1b554d3c6762f81a734c419740c1
(1) Remove internal struct file
(2) Apply strict parameter condition(device_info, options, query, uri, resource_type)
(3) Add device-test

Change-Id: Ie49c67263cc9ff93e352ed6d4baab2da622fe4ef
Signed-off-by: youngman <yman.jung@samsung.com>
39 files changed:
lib/ic-client.c
lib/ic-client.h [new file with mode: 0755]
lib/ic-common.h
lib/ic-device.c
lib/ic-device.h [new file with mode: 0755]
lib/ic-ioty-repr.cpp
lib/ic-ioty.cpp
lib/ic-ioty.h
lib/ic-observation.c
lib/ic-options.c [changed mode: 0644->0755]
lib/ic-options.h [changed mode: 0644->0755]
lib/ic-query.c [changed mode: 0644->0755]
lib/ic-query.h [new file with mode: 0755]
lib/ic-repr-list.c
lib/ic-repr-list.h [changed mode: 0644->0755]
lib/ic-repr-obj.c
lib/ic-repr-obj.h
lib/ic-repr-value.c
lib/ic-repr-value.h [changed mode: 0644->0755]
lib/ic-repr.c
lib/ic-repr.h [changed mode: 0644->0755]
lib/ic-request.c
lib/ic-request.h [new file with mode: 0755]
lib/ic-response.c
lib/ic-response.h [new file with mode: 0755]
lib/ic-struct.h [deleted file]
lib/ic-utils.c
lib/ic-utils.h
lib/ic.c
lib/ic.h [changed mode: 0644->0755]
lib/include/iotcon-constant.h [changed mode: 0644->0755]
lib/include/iotcon-representation.h
lib/include/iotcon-struct.h
packaging/iotcon.spec
test/CMakeLists.txt
test/crud-test-client.c
test/crud-test-server.c
test/device-test-client.c [new file with mode: 0644]
test/device-test-server.c [new file with mode: 0644]