# HG changeset patch # User jake # Date 1271160528 -10800 # Node ID 91826b468eb869788ec83e8dc25894020160b539 # Parent 968d4f764c35bd03e48449327304876adbddf080 Many of the components were not compiling,because bld.inf had undefined flag #ifdef RD_CUSTOMIZABLE_AI. All the flags removed now. Components do not compile right away. E.g. many icons are missing and need to be copied from Symbian3. See example from MCSPlugin. Shortcut plugin does not need to be compiled as MCSPlugin replaces it. diff -r 968d4f764c35 -r 91826b468eb8 idlehomescreen/.cproject --- a/idlehomescreen/.cproject Wed Apr 07 14:39:44 2010 +0200 +++ b/idlehomescreen/.cproject Tue Apr 13 15:08:48 2010 +0300 @@ -2,10 +2,10 @@ - + - - + + @@ -24,9 +24,9 @@ - + - + diff -r 968d4f764c35 -r 91826b468eb8 idlehomescreen/exths/group/bld.inf --- a/idlehomescreen/exths/group/bld.inf Wed Apr 07 14:39:44 2010 +0200 +++ b/idlehomescreen/exths/group/bld.inf Tue Apr 13 15:08:48 2010 +0300 @@ -16,7 +16,7 @@ * */ -#ifdef RD_CUSTOMIZABLE_AI +//#ifdef RD_CUSTOMIZABLE_AI #include @@ -42,4 +42,4 @@ PRJ_TESTMMPFILES -#endif // RD_CUSTOMIZABLE_AI \ No newline at end of file +//#endif // RD_CUSTOMIZABLE_AI \ No newline at end of file diff -r 968d4f764c35 -r 91826b468eb8 idlehomescreen/group/bld.inf --- a/idlehomescreen/group/bld.inf Wed Apr 07 14:39:44 2010 +0200 +++ b/idlehomescreen/group/bld.inf Tue Apr 13 15:08:48 2010 +0300 @@ -29,7 +29,7 @@ #include "../widgetmanager/group/bld.inf" #ifdef FF_HOMESCREEN_COMMON_IDLEFW -#include "../data/group/bld.inf" +//#include "../data/group/bld.inf" #endif PRJ_PLATFORMS diff -r 968d4f764c35 -r 91826b468eb8 idlehomescreen/nativeuicontroller/group/bld.inf --- a/idlehomescreen/nativeuicontroller/group/bld.inf Wed Apr 07 14:39:44 2010 +0200 +++ b/idlehomescreen/nativeuicontroller/group/bld.inf Tue Apr 13 15:08:48 2010 +0300 @@ -16,7 +16,7 @@ */ -#ifdef RD_CUSTOMIZABLE_AI +//#ifdef RD_CUSTOMIZABLE_AI #include @@ -43,5 +43,5 @@ PRJ_TESTEXPORTS -#endif // RD_CUSTOMIZABLE_AI +//#endif // RD_CUSTOMIZABLE_AI diff -r 968d4f764c35 -r 91826b468eb8 idlehomescreen/xmluicontroller/group/bld.inf --- a/idlehomescreen/xmluicontroller/group/bld.inf Wed Apr 07 14:39:44 2010 +0200 +++ b/idlehomescreen/xmluicontroller/group/bld.inf Tue Apr 13 15:08:48 2010 +0300 @@ -16,7 +16,7 @@ */ -#ifdef RD_CUSTOMIZABLE_AI +//#ifdef RD_CUSTOMIZABLE_AI #include @@ -69,5 +69,5 @@ PRJ_TESTEXPORTS -#endif // RD_CUSTOMIZABLE_AI +//#endif // RD_CUSTOMIZABLE_AI