apps: add the dnsclient_test as an example application
authorJin-Seong Kim <jseong82.kim@samsung.com>
Fri, 7 Apr 2017 10:13:44 +0000 (19:13 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:10 +0000 (12:02 +0900)
commit580b05da52ccaabc2ff6d990029c673018f28f20
treee41502d7740500fb70aecc214f594f277845a30c
parent744db07e814d79c47cb56fc66ee99ac15882daa6
apps: add the dnsclient_test as an example application

This commit is initial commit to support dnsclient test example

Change-Id: I6e1dc5f4132f799c00df3cedfff88ed698f52405
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/Kconfig
apps/examples/dnsclient_test/Kconfig [new file with mode: 0644]
apps/examples/dnsclient_test/Kconfig_ENTRY [new file with mode: 0644]
apps/examples/dnsclient_test/Makefile [new file with mode: 0755]
apps/examples/dnsclient_test/dnsclient_main.c [new file with mode: 0644]
apps/system/utils/netcmd.c