Update contrib.
1 // Copyright (c) 2005-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef T_CENREP_HELPER_H
17 #define T_CENREP_HELPER_H
23 #include <centralrepository.h>
25 _LIT(KCPersistsDir, "c:\\private\\10202BE9\\persists\\");
26 _LIT(KCPersistsFiles, "c:\\private\\10202BE9\\persists\\*.*");
28 _LIT(KCInstallDir, "c:\\private\\10202BE9\\");
29 _LIT(KCInstallFiles, "c:\\private\\10202BE9\\*.*");
31 _LIT(KCRomVersionDir, "c:\\private\\10202BE9\\romversion\\");
32 _LIT(KCRomVersionFiles, "c:\\private\\10202BE9\\romversion\\*.*");
34 const TInt KGeneralDelay = 2*1000*1000;
36 _LIT(KTxtFileExt, ".txt");
37 _LIT(KCreFileExt, ".cre");
41 IMPORT_C void printDirL(const TDesC& aDirName);
43 IMPORT_C TInt KillProcess(const TDesC& aProcessName);
45 IMPORT_C void CleanupCDriveL(TBool aRemoveRomCache = ETrue);
46 IMPORT_C void CleanupFileFromCDriveL(const TUid aRepository);
47 IMPORT_C void CopyTestFilesL(CFileMan& aFm, const TDesC& aSrc, const TDesC& aDest);
49 IMPORT_C void CleanupRepositoryCache();
51 IMPORT_C void RecordPerformanceTimingL(TUint32 aTime);
53 /** This API is for internal use only and for testing purposes.
56 Retrieves transaction state of the session.
58 IMPORT_C TInt TransactionState(CRepository* aRep);
60 /** This API is for internal use only and for testing purposes.
63 Sends EGetSetParameters to server.
65 IMPORT_C TInt SetGetParameters(const TIpcArgs& aArgs);
67 #endif // T_CENREP_HELPER_H