Tizen_4.0 base accepted/tizen_4.0_unified accepted/tizen_5.0_unified master tizen_4.0 accepted/tizen/4.0/unified/20180821.160805 accepted/tizen/5.0/unified/20190208.044524 accepted/tizen/unified/20190201.061305 submit/tizen/20190131.060448 submit/tizen_4.0/20180820.062059 submit/tizen_4.0/20180823.034715 submit/tizen_5.0/20190130.104846 submit/trunk/20180820.042254
authorhwajeong.son <hwajeong.son@samsung.com>
Mon, 20 Aug 2018 04:20:53 +0000 (13:20 +0900)
committerhwajeong.son <hwajeong.son@samsung.com>
Mon, 20 Aug 2018 04:20:53 +0000 (13:20 +0900)
commit27763b024648b848430481a929d716038d887952
treea5388eec33d3b55cbf75e2e1ea360c32de7de78f
parent81dc7d90889e619942f34c4a584768b4b3179445
Tizen_4.0 base

Signed-off-by: hwajeong.son <hwajeong.son@samsung.com>
164 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE.Apache-2.0 [new file with mode: 0644]
README.md [new file with mode: 0644]
include/adaptor_api_types.h [new file with mode: 0644]
packaging/docker-adaptor.manifest [new file with mode: 0644]
packaging/docker-adaptor.service [new file with mode: 0755]
packaging/docker-adaptor.spec [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/adaptor.c [new file with mode: 0755]
src/adaptor_interface.c [new file with mode: 0644]
src/adaptor_interface.h [new file with mode: 0644]
src/adaptor_setting.c [new file with mode: 0644]
src/adaptor_setting.h [new file with mode: 0755]
src/adaptor_util.c [new file with mode: 0644]
src/adaptor_util.h [new file with mode: 0755]
src/input_file.c [new file with mode: 0644]
src/input_file.h [new file with mode: 0644]
src/ipc_server.c [new file with mode: 0644]
src/ipc_server.h [new file with mode: 0644]
src/lib/CMakeLists.txt [new file with mode: 0755]
src/lib/adaptor_api.c [new file with mode: 0755]
src/lib/adaptor_api.h [new file with mode: 0755]
src/lib/build.sh [new file with mode: 0755]
src/lib/install/amd64/lib/libadaptor.a [new file with mode: 0644]
src/lib/install/amd64/lib/libjson-c.a [new file with mode: 0644]
src/lib/install/amd64/lib/libjson-c.la [new file with mode: 0644]
src/lib/install/amd64/lib/libjson-c.so [new symlink]
src/lib/install/amd64/lib/libjson-c.so.2 [new symlink]
src/lib/install/amd64/lib/libjson-c.so.2.0.2 [new file with mode: 0644]
src/lib/install/arm/include/curl/curl.h [new file with mode: 0644]
src/lib/install/arm/include/curl/curlbuild.h [new file with mode: 0644]
src/lib/install/arm/include/curl/curlrules.h [new file with mode: 0644]
src/lib/install/arm/include/curl/curlver.h [new file with mode: 0644]
src/lib/install/arm/include/curl/easy.h [new file with mode: 0644]
src/lib/install/arm/include/curl/mprintf.h [new file with mode: 0644]
src/lib/install/arm/include/curl/multi.h [new file with mode: 0644]
src/lib/install/arm/include/curl/stdcheaders.h [new file with mode: 0644]
src/lib/install/arm/include/curl/system.h [new file with mode: 0644]
src/lib/install/arm/include/curl/typecheck-gcc.h [new file with mode: 0644]
src/lib/install/arm/lib/libadaptor.a [new file with mode: 0644]
src/lib/install/arm/lib/libjson-c.a [new file with mode: 0644]
src/lib/install/arm/lib/libjson-c.la [new file with mode: 0755]
src/lib/install/arm/lib/libjson-c.so [new symlink]
src/lib/install/arm/lib/libjson-c.so.2 [new symlink]
src/lib/install/arm/lib/libjson-c.so.2.0.2 [new file with mode: 0755]
src/lib/install/include/adaptor/adaptor_api.h [new file with mode: 0755]
src/lib/install/include/adaptor/adaptor_api_types.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-actions.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-cardinalities.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-actions.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-actions.h.pump [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-function-mockers.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-function-mockers.h.pump [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-matchers.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-matchers.h.pump [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-nice-strict.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-generated-nice-strict.h.pump [new file with mode: 0644]
src/lib/install/include/gmock/gmock-matchers.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-more-actions.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-more-matchers.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock-spec-builders.h [new file with mode: 0644]
src/lib/install/include/gmock/gmock.h [new file with mode: 0644]
src/lib/install/include/gmock/internal/custom/gmock-generated-actions.h [new file with mode: 0644]
src/lib/install/include/gmock/internal/custom/gmock-generated-actions.h.pump [new file with mode: 0644]
src/lib/install/include/gmock/internal/custom/gmock-matchers.h [new file with mode: 0644]
src/lib/install/include/gmock/internal/custom/gmock-port.h [new file with mode: 0644]
src/lib/install/include/gmock/internal/gmock-generated-internal-utils.h [new file with mode: 0644]
src/lib/install/include/gmock/internal/gmock-generated-internal-utils.h.pump [new file with mode: 0644]
src/lib/install/include/gmock/internal/gmock-internal-utils.h [new file with mode: 0644]
src/lib/install/include/gmock/internal/gmock-port.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-death-test.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-message.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-param-test.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-param-test.h.pump [new file with mode: 0644]
src/lib/install/include/gtest/gtest-printers.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-spi.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-test-part.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest-typed-test.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
src/lib/install/include/gtest/gtest_prod.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-port.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-string.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
src/lib/install/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
src/lib/install/include/json-c/arraylist.h [new file with mode: 0644]
src/lib/install/include/json-c/bits.h [new file with mode: 0644]
src/lib/install/include/json-c/debug.h [new file with mode: 0644]
src/lib/install/include/json-c/json.h [new file with mode: 0644]
src/lib/install/include/json-c/json_c_version.h [new file with mode: 0644]
src/lib/install/include/json-c/json_config.h [new file with mode: 0644]
src/lib/install/include/json-c/json_inttypes.h [new file with mode: 0644]
src/lib/install/include/json-c/json_object.h [new file with mode: 0644]
src/lib/install/include/json-c/json_object_iterator.h [new file with mode: 0644]
src/lib/install/include/json-c/json_object_private.h [new file with mode: 0644]
src/lib/install/include/json-c/json_tokener.h [new file with mode: 0644]
src/lib/install/include/json-c/json_util.h [new file with mode: 0644]
src/lib/install/include/json-c/linkhash.h [new file with mode: 0644]
src/lib/install/include/json-c/printbuf.h [new file with mode: 0644]
src/lib/install/include/json-c/random_seed.h [new file with mode: 0644]
src/lib/ipc.c [new file with mode: 0755]
src/lib/ipc.h [new file with mode: 0755]
src/lib/ipc_client.c [new file with mode: 0755]
src/lib/ipc_client.h [new file with mode: 0755]
src/lib/ipc_config.h [new file with mode: 0755]
src/lib/json_util.c [new file with mode: 0755]
src/lib/json_util.h [new file with mode: 0755]
src/lib/test/build.sh [new file with mode: 0755]
src/lib/test/client.c [new file with mode: 0755]
src/lib/test/server.c [new file with mode: 0755]
src/lib/test/server_cb.c [new file with mode: 0755]
src/lib/test/test_client [new file with mode: 0755]
src/lib/test/test_client-arm [new file with mode: 0755]
src/lib/test/test_server [new file with mode: 0755]
src/lib/test/test_server-arm [new file with mode: 0755]
src/parse_file.c [new file with mode: 0644]
src/parse_file.h [new file with mode: 0755]
src/sa_common.h [new file with mode: 0644]
src/sa_types.h [new file with mode: 0755]
src/setup_system.c [new file with mode: 0644]
src/setup_system.h [new file with mode: 0755]
test/README.md [new file with mode: 0644]
test/config.json [new file with mode: 0755]
test/devconfig_system.json [new file with mode: 0755]
test/sa_test.c [new file with mode: 0644]
unit-test.sh [new file with mode: 0755]
unittest/CMakeLists.txt [new file with mode: 0755]
unittest/beluga-adaptor_interface.cpp [new file with mode: 0755]
unittest/beluga-adaptor_main.cpp [new file with mode: 0755]
unittest/beluga-adaptor_setting.cpp [new file with mode: 0755]
unittest/pre/beluga/setup-adaptor/cert/SRnD+Web+Proxy.crt [new file with mode: 0755]
unittest/pre/beluga/setup-adaptor/config/config.json [new file with mode: 0755]
unittest/pre/beluga/setup-adaptor/config/set_eth_config.sh [new file with mode: 0755]
unittest/pre/beluga/setup-adaptor/config/set_wifi_config.sh [new file with mode: 0755]
unittest/pre/beluga/setup-adaptor/container/config-agent.yml [new file with mode: 0755]
unittest/pre/beluga/setup-adaptor/container/config-service.yml [new file with mode: 0755]
unittest/pre/beluga/system/docker/dockerd_start.json [new file with mode: 0755]
unittest/pre/beluga/system/env/environment [new file with mode: 0755]
unittest/pre/beluga/system/env/factory_init.json [new file with mode: 0755]
unittest/pre/beluga/system/release/beluga-release [new file with mode: 0755]
unittest/pre/beluga/system/tools/agent_config.sh [new file with mode: 0755]
unittest/pre/beluga/system/tools/agent_reset.sh [new file with mode: 0755]
unittest/pre/beluga/system/tools/availables-dockerd/dockerd_start-default.json [new file with mode: 0755]
unittest/pre/beluga/system/tools/dockerd_start.json [new file with mode: 0755]
unittest/pre/beluga/system/tools/dockzen_agent-default.json [new file with mode: 0755]
unittest/pre/beluga/system/tools/dockzen_agent-headed-iiot.json [new file with mode: 0755]
unittest/pre/beluga/system/tools/dockzen_agent-headed.json [new file with mode: 0755]
unittest/pre/beluga/system/tools/dockzen_agent-headless-iiot.json [new file with mode: 0755]
unittest/pre/beluga/system/tools/dockzen_agent-headless.json [new file with mode: 0755]
unittest/pre/test_condition.sh [new file with mode: 0755]