%define tizen_feature_sound_support 0
%define tizen_feature_system_setting_support 0
%define tizen_feature_telephony_support 0
-%define tizen_feature_tvaudio_support 1
+#off for tizen 3.0 (no libavoc)
+%define tizen_feature_tvaudio_support 0
%define tizen_feature_tvinputdevice_support 1
%define tizen_feature_web_setting_support 1
%define tizen_feature_wi_fi_support 0
%define tizen_feature_tv_display_support 1
-%define tizen_feature_tvchannel_support 1
+#off for tizen 3.0 (no tvs-api)
+%define tizen_feature_tvchannel_support 0
%define tizen_feature_tvwindow_support 1
%endif # tizen_profile_tv
%endif
%if 0%{?tizen_feature_tvwindow_support}
-BuildRequires: pkgconfig(tvs-api)
+#TODO Currently, TVWindow does not have implementation yet.
+#Hence, below dependency can be disabled (there is no tvs-api on tizen 3.0 yet)
+#BuildRequires: pkgconfig(tvs-api)
%endif
%if 0%{?tizen_feature_exif_support}
'exif/exif.gyp:*',
'websetting/websetting.gyp:*',
'systemsetting/systemsetting.gyp:*',
- 'content/content.gyp:*',
+ 'content/content.gyp:*',
],
'conditions': [
[
'calendar/calendar.gyp:*',
'datacontrol/datacontrol.gyp:*',
'datasync/datasync.gyp:*',
- 'download/download.gyp:*',
+ 'download/download.gyp:*',
'messaging/messaging.gyp:*',
'networkbearerselection/networkbearerselection.gyp:*',
'nfc/nfc.gyp:*',
'extension_host_os == "tv"', {
'dependencies': [
'tvdisplay/tvdisplay.gyp:*',
- 'tvaudio/tvaudio.gyp:*',
- 'tvchannel/tvchannel.gyp:*',
+ #'tvaudio/tvaudio.gyp:*',
+ #'tvchannel/tvchannel.gyp:*',
'tvinputdevice/tvinputdevice.gyp:*',
'tvwindow/tvwindow.gyp:*',
],