Remove UI Dependency for headless devices 95/113195/3 submit/tizen/20170207.100010
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 6 Feb 2017 12:56:51 +0000 (21:56 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 6 Feb 2017 13:39:34 +0000 (22:39 +0900)
commit54a5d9d8ff76389cce8fbf33d5b9c94e83eeb0ca
tree20484e910a47b31c234a0316ebf53574496a92c9
parent135a8e2741583f9fd36570bd0101a332120b98aa
Remove UI Dependency for headless devices

It is recommended to separate the UI-related parts into separate packages.
So I created a sub-package and moved all the UI-related parts.

Change-Id: Ic56f364dfa75af915f6ec79aa3860c9e87eb00ec
CMakeLists.txt
include/plugin.h [new file with mode: 0755]
include/util.h
packaging/net-config.spec
plugin/headed/CMakeLists.txt [new file with mode: 0644]
plugin/headed/headed.c [new file with mode: 0755]
src/main.c
src/network-state.c
src/utils/util.c
src/wifi-agent.c
src/wifi-state.c