diff -r 52e343bb8f80 -r e26895079d7c piprofiler/group/bld.inf --- a/piprofiler/group/bld.inf Wed Sep 01 12:37:10 2010 +0100 +++ b/piprofiler/group/bld.inf Wed Sep 15 00:19:18 2010 +0300 @@ -26,8 +26,15 @@ #include "../plugins/DebugOutputWriterPlugin/group/bld.inf" #include "../plugins/DiskWriterPlugin/group/bld.inf" +#if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 ) + #include "../plugins/PWRPlugin/group/bld.inf" +#endif PRJ_EXPORTS -../rom/piprofiler.iby CORE_IBY_EXPORT_PATH(tools,piprofiler.iby) +#if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 ) + ../rom/piprofiler.iby CORE_IBY_EXPORT_PATH(tools,piprofiler.iby) +#else + ../rom/piprofiler_s2.iby CORE_IBY_EXPORT_PATH(tools,piprofiler.iby) +#endif ../rom/piprofiler_ldd.iby CORE_IBY_EXPORT_PATH(tools/rom,piprofiler_ldd.iby)