sysstatemgmt/systemstatemgr/test/testapps/inc/ssmtestapps.h
changeset 0 4e1aa6a622a0
child 41 c87e5f80c17d
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code
       
    20 */
       
    21 
       
    22 #ifndef __SSMTESTAPPS_H
       
    23 #define __SSMTESTAPPS_H
       
    24 
       
    25 #include <e32cmn.h>
       
    26 
       
    27 _LIT(KTestAppGood, "ssmtestappgood.exe");
       
    28 _LIT(KTestAppSlow, "ssmtestappslow.exe");
       
    29 _LIT(KTestAppNoRv, "ssmtestappnorv.exe");
       
    30 _LIT(KTestAppRvAfterRetry, "ssmtestapprvafterretry.exe");
       
    31 _LIT(KTestProcGood, "ssmtestprocgood.exe");
       
    32 _LIT(KTestAppRvError, "ssmtestapprverror.exe");
       
    33 _LIT(KTestAppPanic, "ssmtestapppanic.exe");
       
    34 _LIT(KTestAppPanicZero, "ssmtestapppaniczero.exe");
       
    35 _LIT(KTestAppForFAndF, "ssmtestappsucessfulafterretry.exe");
       
    36 _LIT(KTestProcWriteTime, "ssmtestprocwritetime.exe");
       
    37 _LIT(KTestAppWriteTime, "ssmtestappwritetime.exe");
       
    38 _LIT(KSsmCleTestProc, "ssmcletestproc.exe");
       
    39 _LIT(KSsmCleTestApplication, "ssmcletestapplication.exe");
       
    40 _LIT(KSsmCleTestNotExist, "ssmcletestnotexist.exe");
       
    41 
       
    42 _LIT(KStartProcSignalSemaphore, "startprocsignalsemaphore");
       
    43 _LIT(KStartAppSignalSemaphore, "startappsignalsemaphore");
       
    44 
       
    45 const TInt KTestAppFailure = 12345; // Just a random number used to indicate that one of following 4 test apps has failed
       
    46 _LIT(KTestProcTranFromNormalWoCap, "ssmstatetranfromnormalwocap.exe");
       
    47 
       
    48 _LIT(KTestAppLogFileLoc, "C:\\logs\\ssmtest\\");
       
    49 
       
    50 const TInt KTestCommandLineMaxLength = 200;
       
    51 
       
    52 const TInt KTestAppGoodUid = 0x20010322;
       
    53 const TInt KTestAppSlowUid = 0x2000E669;
       
    54 const TInt KTestAppNoRvUid = 0x20010321;
       
    55 const TInt KTestAppRvAfterRetryUid = 0x20010320;
       
    56 const TInt KTestProcGoodUid = 0x2000E668;
       
    57 const TInt KTestAppRvErrorUid = 0x2000E66A;
       
    58 const TInt KTestAppPanicUid = 0x2000D75A;
       
    59 const TInt KTestAppPanicZeroUid = 0x2000E660;
       
    60 const TInt KTestAppForFAndFUid = 0x20010332;
       
    61 const TInt KTestProcWriteTimeUid = 0x20010323;
       
    62 const TInt KSsmCleTestApplicationUid = 0x10285BAD;
       
    63 const TInt KSsmCleTestProcUid = 0x10285BAE;
       
    64 const TInt KTestProcTranFromNormalWoCapUid = 0xA0009DF6;
       
    65 
       
    66 const TInt KErrBadRendezvousTest = -111;
       
    67 
       
    68 #endif // __SSMTESTAPPS_H