diff -r e8c1ea2c6496 -r 8758140453c0 uiresources/conf/ui_testsdkskinswu.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiresources/conf/ui_testsdkskinswu.cfg Thu Jan 21 12:53:44 2010 +0000 @@ -0,0 +1,33 @@ +[Test] +title PressKey +pause 2000 +presskey global EKeyDevice1 +[Endtest] + +//----------------------------------------------------------------------------------// +//---------------------------AknsControlContext.H-----------------------------------// +//----------------------------------------------------------------------------------// +// Test AknsControlContext.H +// For test function: +// IMPORT_C static TInt SetIdleWallpaper(const TDesC& aFilename, +// CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0); +[Test] +title TestWUSetIdleWallpaper +create testsdkskins test +bringtoforeground +test TestWUSetIdleWallpaper +delete test +sendtobackground +[Endtest] + +// For test function: +// IMPORT_C static TInt SetSlidesetWallpaper(CDesCArray& aSelectedFiles, +// CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0); +[Test] +title TestWUSetSlidesetWallpaperL +create testsdkskins test +bringtoforeground +test TestWUSetSlidesetWallpaperL +delete test +sendtobackground +[Endtest]