installationservices/swtransactionservices/test/tintegrityservices/inc/tintegrityservicescommon.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2006-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 the License "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 * tintegrityservicesserver.h
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __TINTEGRITYSERVICESCOMMON_H__
       
    21 #define __TINTEGRITYSERVICESCOMMON_H__
       
    22 
       
    23 #include <e32def.h>
       
    24 #include <e32cmn.h>
       
    25 
       
    26 const TInt KIntegrityServicesSimulatedBatteryFailure=-10205;	
       
    27 
       
    28 
       
    29 _LIT(KIntegrityServicesServerName, "!tstsintegrityservicesserver");
       
    30 _LIT(KIntegrityServicesServerImage, "tstsintegrityservicesserver");
       
    31 _LIT(KIntegrityServicesServer, "Test Integrity Server");
       
    32 
       
    33 const TUid KIntegrityServicesServerUid3 = { 0x10285DE7 };
       
    34 
       
    35 /**
       
    36  * @test
       
    37  * @internalTechnology
       
    38  */
       
    39 enum TIntegrityServicesServerMessage
       
    40 	{ 
       
    41 	EAdd,
       
    42 	ERemove,
       
    43 	ETemporary,
       
    44 	ECommit,
       
    45 	ERollBack,
       
    46 	ESetSimulatedFailure,
       
    47 	ECreateNewTestFile,
       
    48 	ECreateTempTestFile
       
    49 	};
       
    50 
       
    51 #endif // #ifndef __TINTEGRITYSERVICESSERVER_H__