uiresources/conf/ui_testsdkskinswu.cfg
branchSymbian2
changeset 1 8758140453c0
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 [Test]
       
     2 title PressKey 
       
     3 pause 2000
       
     4 presskey global EKeyDevice1
       
     5 [Endtest]
       
     6 
       
     7 //----------------------------------------------------------------------------------//
       
     8 //---------------------------AknsControlContext.H-----------------------------------//
       
     9 //----------------------------------------------------------------------------------//
       
    10 // Test AknsControlContext.H
       
    11 // For test function:
       
    12 // IMPORT_C static TInt SetIdleWallpaper(const TDesC& aFilename, 
       
    13 //     CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0);
       
    14 [Test]
       
    15 title TestWUSetIdleWallpaper
       
    16 create testsdkskins test
       
    17 bringtoforeground
       
    18 test TestWUSetIdleWallpaper
       
    19 delete test
       
    20 sendtobackground
       
    21 [Endtest]
       
    22 
       
    23 // For test function:
       
    24 // IMPORT_C static TInt SetSlidesetWallpaper(CDesCArray& aSelectedFiles, 
       
    25 //     CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0);
       
    26 [Test]
       
    27 title TestWUSetSlidesetWallpaperL
       
    28 create testsdkskins test
       
    29 bringtoforeground
       
    30 test TestWUSetSlidesetWallpaperL
       
    31 delete test
       
    32 sendtobackground
       
    33 [Endtest]