diff -r 63339781d179 -r 09b1ac925e3f securitydialogs/Autolock/rom/Autolock.iby --- a/securitydialogs/Autolock/rom/Autolock.iby Thu Aug 19 10:45:23 2010 +0300 +++ b/securitydialogs/Autolock/rom/Autolock.iby Tue Aug 31 16:04:40 2010 +0300 @@ -14,12 +14,26 @@ * Description: * */ - #ifndef __AUTOLOCK_IBY__ #define __AUTOLOCK_IBY__ +#include + S60_APP_EXE(Autolock) S60_APP_BITMAP(Autolock) -S60_APP_AIF_RSC(Autolock) +//S60_APP_AIF_RSC(Autolock) +S60_APP_RESOURCE(Autolock) + +file=ABI_DIR\BUILD_DIR\autolockuseractivityservice.dll SHARED_LIB_DIR\autolockuseractivityservice.dll +data=\epoc32\data\z\resource\qt\crml\autolock.qcrml \resource\qt\crml\autolock.qcrml -#endif +// this is already done in IndicatorAutolockPlugin.iby +// file=ABI_DIR\BUILD_DIR\IndicatorAutolockPlugin.dll SHARED_LIB_DIR\IndicatorAutolockPlugin.dll + +// Autolock_reg.rsc needs to be also in import\apps because this is where QtHighway searches for it. +data=ZSYSTEM\..\PRIVATE\10003a3f\import\apps\Autolock_reg.rsc private\10003a3f\import\apps\Autolock_reg.rsc + +// this is already done in IndicatorAutolockPlugin.iby +// data=\epoc32\data\z\resource\plugins\indicators\indicatorautolockplugin.qtplugin \resource\plugins\indicators\indicatorautolockplugin.qtplugin + +#endif // __AUTOLOCK_IBY__