Clean up base codes
authorsaerome.kim <saerome.kim@samsung.com>
Fri, 8 Dec 2017 10:22:30 +0000 (19:22 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:37 +0000 (19:38 +0900)
commit5a421a8c91d2a597b5809fb1b1a75f9eacc4ff43
treeac5483e26ea02167eb7c42f0f1c82bf7670f3b4c
parentba26f59c8d927a3d9e5302e5034ae2484bb6a3a2
Clean up base codes

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
70 files changed:
CMakeLists.txt
packaging/d2d-manager.service
packaging/d2d-manager.spec [changed mode: 0644->0755]
packaging/d2d-subowner.service [new file with mode: 0755]
packaging/fn-manager.service [new file with mode: 0755]
packaging/net.d2d.manager.service
packaging/net.d2d.subowner.service [new file with mode: 0755]
packaging/net.fn.manager.service [new file with mode: 0755]
src/d2d-manager/.d2d-manager.c.swp [new file with mode: 0755]
src/d2d-manager/.d2d-manager.h.swp [new file with mode: 0755]
src/d2d-manager/CMakeLists.txt [new file with mode: 0644]
src/d2d-manager/d2d-manager-log.h [new file with mode: 0644]
src/d2d-manager/d2d-manager.c [new file with mode: 0644]
src/d2d-manager/d2d-manager.h [new file with mode: 0644]
src/fn-manager/CMakeLists.txt [new file with mode: 0644]
src/fn-manager/fn-manager.c [new file with mode: 0644]
src/include/.d2d-common.h.swp [new file with mode: 0755]
src/include/cjson/cJSON.h [moved from test/include/cjson/cJSON.h with 100% similarity]
src/include/coap/address.h [moved from test/include/coap/address.h with 100% similarity]
src/include/coap/async.h [moved from test/include/coap/async.h with 100% similarity]
src/include/coap/bits.h [moved from test/include/coap/bits.h with 100% similarity]
src/include/coap/block.h [moved from test/include/coap/block.h with 100% similarity]
src/include/coap/coap.h [moved from test/include/coap/coap.h with 100% similarity]
src/include/coap/coap_list.h [moved from test/include/coap/coap_list.h with 100% similarity]
src/include/coap/coap_time.h [moved from test/include/coap/coap_time.h with 100% similarity]
src/include/coap/config.h [moved from test/include/coap/config.h with 100% similarity]
src/include/coap/debug.h [moved from test/include/coap/debug.h with 100% similarity]
src/include/coap/encode.h [moved from test/include/coap/encode.h with 100% similarity]
src/include/coap/hashkey.h [moved from test/include/coap/hashkey.h with 100% similarity]
src/include/coap/mem.h [moved from test/include/coap/mem.h with 100% similarity]
src/include/coap/net.h [moved from test/include/coap/net.h with 100% similarity]
src/include/coap/option.h [moved from test/include/coap/option.h with 100% similarity]
src/include/coap/pdu.h [moved from test/include/coap/pdu.h with 100% similarity]
src/include/coap/prng.h [moved from test/include/coap/prng.h with 100% similarity]
src/include/coap/resource.h [moved from test/include/coap/resource.h with 100% similarity]
src/include/coap/str.h [moved from test/include/coap/str.h with 100% similarity]
src/include/coap/subscribe.h [moved from test/include/coap/subscribe.h with 100% similarity]
src/include/coap/t_list.h [moved from test/include/coap/t_list.h with 100% similarity]
src/include/coap/uri.h [moved from test/include/coap/uri.h with 100% similarity]
src/include/coap/uthash.h [moved from test/include/coap/uthash.h with 100% similarity]
src/include/coap/utlist.h [moved from test/include/coap/utlist.h with 100% similarity]
src/include/d2d-common.h [moved from include/d2dd-util.h with 89% similarity]
src/include/d2d-log.h [new file with mode: 0644]
src/include/hw_emul/hw_interface.h [moved from test/include/hw_emul/hw_interface.h with 100% similarity]
src/include/hw_emul/ss_emul.h [moved from test/include/hw_emul/ss_emul.h with 100% similarity]
src/include/security/base64.h [moved from test/include/security/base64.h with 100% similarity]
src/include/security/iotvticalendar.h [moved from test/include/security/iotvticalendar.h with 100% similarity]
src/include/security/oxmverifycommon.h [moved from test/include/security/oxmverifycommon.h with 100% similarity]
src/include/security/pbkdf2.h [moved from test/include/security/pbkdf2.h with 100% similarity]
src/include/security/pinoxmcommon.h [moved from test/include/security/pinoxmcommon.h with 100% similarity]
src/include/security/pkix_interface.h [moved from test/include/security/pkix_interface.h with 100% similarity]
src/include/security/securevirtualresourcetypes.h [moved from test/include/security/securevirtualresourcetypes.h with 100% similarity]
src/include/security/srmutility.h [moved from test/include/security/srmutility.h with 100% similarity]
src/subowner/CMakeLists.txt [new file with mode: 0644]
src/subowner/d2d-subowner-log.h [new file with mode: 0644]
src/subowner/d2d-subowner.c [new file with mode: 0644]
test/CMakeLists.txt
test/hw_interface.c
test/ocamsservice.cpp
test/ocserverbasicops.cpp
test/provisioningclient.c
test/sampleserver_justworks.cpp
test/sampleserver_justworks_protectedDB.cpp
test/sampleserver_mfg.cpp
test/sampleserver_mvjustworks.cpp
test/sampleserver_preconfpin.cpp
test/sampleserver_randompin.cpp
test/ss_emul.c
test/subownerclient.c
test/test.c [deleted file]