contentstorage/casrv/caappscanner/tsrc/t_caappscanner/inc/testconsts.h
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 /*
       
    18  * testconsts.h
       
    19  *
       
    20  *  Created on: 2009-08-24
       
    21  *
       
    22  */
       
    23 
       
    24 #ifndef TESTCONSTS_H_
       
    25 #define TESTCONSTS_H_
       
    26 
       
    27 //  CONSTANTS
       
    28 
       
    29 //test utils
       
    30 
       
    31 _LIT(KTestDbSource, "C:\\testing\\data\\t_caappscanner\\castorage.db");
       
    32 _LIT(KTestDbDest, "C:\\castorage.db");
       
    33 
       
    34 _LIT(KTestMmcHistSource, "C:\\testing\\data\\t_caappscanner\\mmchistory");
       
    35 _LIT(KTestMmcHistDest, "C:\\private\\2002870E\\mmchistory");
       
    36 _LIT8( KSisxMimeType, "x-epoc/x-sisx-app" );
       
    37 
       
    38 
       
    39 //app scanner
       
    40 const TInt noteApp = 0xA0000230;
       
    41 const TInt notInstalledUid = 0xA0000232;// uid of not installed app
       
    42 const TInt installedUid = 0xE6BC1167; // installed app
       
    43 const TInt systemApp = 0x20022EF9;
       
    44 
       
    45 _LIT( KMmcIdValue, "00000001" );
       
    46 
       
    47 _LIT( KSapiAppFileName, "c:\\sys\\bin\\sapiapp.exe");
       
    48 
       
    49 
       
    50 _LIT( KSapiPackageFileName, "c:\\testing\\data\\t_caappscanner\\installs\\sapiapp_S60_3_X_v_1_0_0.sisx" );
       
    51 
       
    52 _LIT( KWRTMiniViewAppId, "940bed665487f773b39481523f200e54cd589764" );
       
    53 _LIT( KWRTAppId, "aaf1aaa161de8b76dc2f00a7884c10b6def6b2b1" );
       
    54 _LIT( KWrtMiniViewAppName, "AccuWeather-W3C" );
       
    55 _LIT( KWrtAppName, "UnsignedSmokeTestWGT" );
       
    56 _LIT(KTennis,"SpruceTennis");
       
    57 _LIT(KDog,"SheepdogMIDlet");
       
    58 _LIT(KHelloWorld,"HelloWorld");
       
    59 _LIT(KPhotoBrowser,"photobrowser");
       
    60 _LIT(KPhotoSuiteLauncher,"PhotoSuiteLauncher");
       
    61 _LIT(KCalendar, "Calendar");
       
    62 _LIT( KJavaAppName, "HelloWorld" );
       
    63 
       
    64 #endif /* TESTCONSTS_H_ */