framework:network Create network layer in framework
authorpillip8282 <pilseob.kang@samsung.com>
Mon, 25 Sep 2017 15:36:08 +0000 (00:36 +0900)
committerpillip8282 <pilseob.kang@samsung.com>
Mon, 25 Sep 2017 15:36:08 +0000 (00:36 +0900)
commitd54413575503bc47dc445cc8a1adece388a1e5e6
treeff0278280791c6014ff848089327b770cd6ebdbd
parent66c57c29faf4545808629c1bda2cd61b396d890f
framework:network Create network layer in framework

Create network layer in framework to gather all protocols
From now on all protocol features will be located here
12 files changed:
apps/examples/mqtt_test/mqtt_client_pub.c
apps/examples/mqtt_test/mqtt_client_sub.c
apps/examples/testcase/ta_tc/mqtt/utc/utc_mqtt_main.c
framework/Makefile
framework/include/network/mqtt/mqtt_api.h [moved from framework/include/mqtt/mqtt_api.h with 100% similarity]
framework/src/network/mqtt/Kconfig.protocol [moved from framework/src/mqtt/Kconfig.protocol with 100% similarity]
framework/src/network/mqtt/Make.defs [moved from framework/src/mqtt/Make.defs with 97% similarity]
framework/src/network/mqtt/Makefile [moved from framework/src/mqtt/Makefile with 100% similarity]
framework/src/network/mqtt/config.h [moved from framework/src/mqtt/config.h with 100% similarity]
framework/src/network/mqtt/config.mk [moved from framework/src/mqtt/config.mk with 100% similarity]
framework/src/network/mqtt/mqtt_api.c [moved from framework/src/mqtt/mqtt_api.c with 99% similarity]
os/net/Kconfig