sysstatemgmt/systemstatemgr/test/testapps/inc/ssmtestapps.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    44 
    44 
    45 const TInt KTestAppFailure = 12345; // Just a random number used to indicate that one of following 4 test apps has failed
    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");
    46 _LIT(KTestProcTranFromNormalWoCap, "ssmstatetranfromnormalwocap.exe");
    47 
    47 
    48 _LIT(KTestAppLogFileLoc, "C:\\logs\\ssmtest\\");
    48 _LIT(KTestAppLogFileLoc, "C:\\logs\\ssmtest\\");
    49 _LIT(KFileForFAndF, "c:\\countforfnf.dat"); //This file is used by KTestAppForFAndF
       
    50 
    49 
    51 const TInt KTestCommandLineMaxLength = 200;
    50 const TInt KTestCommandLineMaxLength = 200;
    52 
    51 
    53 const TInt KTestAppGoodUid = 0x20010322;
    52 const TInt KTestAppGoodUid = 0x20010322;
    54 const TInt KTestAppSlowUid = 0x2000E669;
    53 const TInt KTestAppSlowUid = 0x2000E669;