Change-Id: Ifa34bd5e26675de2d095475efe9135f6801997f5
Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
%define msgproc_vconf on
%define msgproc_suspend on
-%if "%{?tizen_profile_name}" == "mobile"
+%if "%{?profile}" == "mobile"
%define msgproc_location on
%endif
-%if "%{?tizen_profile_name}" == "wearable"
+%if "%{?profile}" == "wearable"
%define msgproc_location on
%endif
-%if "%{?tizen_profile_name}" == "mobile"
+%if "%{?profile}" == "mobile"
export CFLAGS+=" -DMOBILE"
%else
%if "%{?profile}" == "wearable"