# HG changeset patch # User Simon Howkins # Date 1290436783 0 # Node ID 47ed4304bab5d572f0ad4fe8bbcabe639187da90 # Parent 01e4abc4f07ed9ac92a1e6280fe4336819c92301 Moved __VCOMMAND_CONTROL_PANEL configuration into bld.inf for the actual component diff -r 01e4abc4f07e -r 47ed4304bab5 voiceui/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 diff -r 01e4abc4f07e -r 47ed4304bab5 voiceui/vccontrolpanelplugin/group/bld.inf --- 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