Moved __VCOMMAND_CONTROL_PANEL configuration into bld.inf for the actual component
--- a/voiceui/group/bld.inf Wed Oct 13 14:33:27 2010 +0300
+++ b/voiceui/group/bld.inf Mon Nov 22 14:39:43 2010 +0000
@@ -22,10 +22,7 @@
#include "../voiceuivoicerecognition/group/bld.inf"
#include "../pbkinfoviewimpl/group/bld.inf"
#include "../aiwpbkinfoviewprovider/group/bld.inf"
-
-#ifdef __VCOMMAND_CONTROL_PANEL
#include "../vccontrolpanelplugin/group/bld.inf"
-#endif
PRJ_PLATFORMS
DEFAULT
--- a/voiceui/vccontrolpanelplugin/group/bld.inf Wed Oct 13 14:33:27 2010 +0300
+++ b/voiceui/vccontrolpanelplugin/group/bld.inf Mon Nov 22 14:39:43 2010 +0000
@@ -15,19 +15,14 @@
*
*/
+#ifdef __VCOMMAND_CONTROL_PANEL
PRJ_PLATFORMS
DEFAULT
-PRJ_EXPORTS
-
PRJ_MMPFILES
-
-
vccontrolpanelplugin.mmp
-PRJ_TESTMMPFILES
-
PRJ_EXTENSIONS
START EXTENSION s60/mifconv
@@ -35,4 +30,7 @@
OPTION HEADERFILE vccontrolpanelplugin.mbg
OPTION SOURCES -c8,8 qgn_prop_cp_dev_vc
END
+
+#endif
+
// End of File