Moved __VCOMMAND_CONTROL_PANEL configuration into bld.inf for the actual component RCL_3
authorSimon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 14:39:43 +0000
branchRCL_3
changeset 29 47ed4304bab5
parent 27 01e4abc4f07e
child 30 80b92f39ce86
Moved __VCOMMAND_CONTROL_PANEL configuration into bld.inf for the actual component
voiceui/group/bld.inf
voiceui/vccontrolpanelplugin/group/bld.inf
--- 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