Remove dead and dangerous code 86/97086/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Nov 2016 06:29:27 +0000 (15:29 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Nov 2016 06:29:27 +0000 (15:29 +0900)
commit0421e38bcde306b6cdf138ec2f2d2fef70cb3a50
tree73182eac4a2c36e41e6dc4bab7f05aba2606c891
parent6bd88ba31ec168cf4bb3f1fa6a022a9261fee71d
Remove dead and dangerous code

- This is for Tizen 4.0

- For 4.0 Confiburability & Building-Blocks, we need to remove
profile build dependencies and this is the first step of it.

There will be other commits following this soon.

1. TIZEN_MOBILE/TIZEN_WEARABLE are useless:

wifi$ grep -r "TIZEN_MOBILE" *
CMakeLists.txt:IF(TIZEN_MOBILE)
CMakeLists.txt: ADD_DEFINITIONS(-DTIZEN_MOBILE)
CMakeLists.txt:ENDIF(TIZEN_MOBILE)
packaging/capi-network-wifi.spec: -DTIZEN_MOBILE=1 \
wifi$ grep -r "TIZEN_WEARABLE" *
CMakeLists.txt:IF(TIZEN_WEARABLE)
CMakeLists.txt: ADD_DEFINITIONS(-DTIZEN_WEARABLE)
CMakeLists.txt:ENDIF(TIZEN_WEARABLE)
packaging/capi-network-wifi.spec: -DTIZEN_WEARABLE=1 \
wifi$

2. capi-appfw-application is not used anymore.

It is removed from CMakeList.txt.

wifi$ grep -r "capi-appfw-application" *
packaging/capi-network-wifi.spec:BuildRequires:  pkgconfig(capi-appfw-application)
wifi$

Change-Id: I15defdfa2906738d102297c689f42b9adb3e6cce
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
packaging/capi-network-wifi.spec