Remove legacy _with* bcond macros 78/26078/2
authorMikko Ylinen <mikko.ylinen@intel.com>
Fri, 15 Aug 2014 11:43:02 +0000 (14:43 +0300)
committerEduard Bartosh <ed.bartosh@linux.intel.com>
Fri, 5 Sep 2014 21:26:01 +0000 (14:26 -0700)
wrt_option* macros were used with wrt-plugins-tizen. Not valid with
Crosswalk anymore.

dlog_to_systemd_journal is now default in the source code (no longer
configurable).

audio_session_manager orphan and never used.

Change-Id: I5e592f72bcd5b1a422ea6baf6741b094d274af84
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Tizen:IVI/_config

index 34e427a..ee91ab9 100644 (file)
@@ -179,18 +179,37 @@ Macros:
 %run_check_section 0
 %opensuse_bs 1
 %_default_patch_fuzz   2
-%_with_wrt_option_bluetooth 1
-%_with_wrt_option_msg_port 1
-%_with_wrt_option_call_history 1
+
+# Macro used to handle bluetooth popups without syspopup/bt-syspopup which
+# needs OSP . In IVI, this macro permits to address bluetooth notifications
+# (using C API) to notification-service daemon. Then homescreen is supposed
+# to deal with those notifications and display relevant popups.
+# Affects: bluetooth-frwk
 %_with_bluetooth_frwk_libnotification 1
-%_with_audio_session_manager 1
+
+# Macro used to control how the policy interfaces (using either the Samsung
+# solution (%_with_audio_session_manager) or Murphy with Samsung ASM
+# frontend (%_with_audio_session_manager_with_murphy)
+# Affects: libmm-sound
 %_with_audio_session_manager_with_murphy 1
-%_with_dlog_to_systemd_journal 1
-%_with_wrt_option_eds 1
-%_with_wrt_option_nfc 1
+
+# This build macro controls whether the OS uses legacy nfc-manager or
+# neard enabled nfc-manager-neard. If enabled, nfc-manager-neard is used.
+# Affects: nfc CAPI, emulator-plugin-nfc
 %_with_neard_nfc 1
+
+# Enable certain packages (for example, libgee and glib) to be compiled
+# with introspection enabled, which was required in IVI to compile Vala
+# source.
 %_with_introspection 1
+
+# This selects whether or not to use ICO system controller or Murphy
+# replacement.
+# Affects: murphy
 %_with_icosyscon 0
+
+# Uses mobile-specific Samsung patches for PulseAudio.
+# Affects: pulseaudio, libmm-sound
 %_with_pulseaudio_samsung_policy 1
 
 %tizen_version 3.0
@@ -198,4 +217,3 @@ Macros:
 
 %vendor tizen
 %_vendor tizen
-