Update contrib.
1 // Copyright (c) 2004-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.
23 class CRepositoryCacheManager;
29 inline TOwnerIdMapping();
30 inline TOwnerIdMapping(TUint32 aRepUid, TUint32 aOwner);
31 static TInt CompareUids (const TOwnerIdMapping& aOwnerIdMapping1, const TOwnerIdMapping& aOwnerIdMapping2) ;
40 using namespace NCentralRepositoryResources;
42 class TServerResources
45 static void InitialiseL();
47 static TInt GetUid(TEntry& aEntry, TUid& aUid);
48 inline static TInt AddOwnerIdLookupMapping(const TUint32 aRepositoryUid, const TUint32 aOwnerUid) ;
49 inline static TInt FindOwnerIdLookupMapping(TUint32 aRepositoryId) ;
50 static void CreateRepositoryFileNameLC(HBufC*& aFullFileName,
52 TCentRepLocation aLocation,
53 TCentRepFileType aFileType);
54 static void CreateRepositoryFileNameL(HBufC*& aFullFileName,
56 TCentRepLocation aLocation,
57 TCentRepFileType aFileType);
59 static TBool CentrepFileExistsL(TUid aUid, TCentRepLocation aLocation, TCentRepFileType aType);
60 static TBool CentrepFileExistsL(TUid aUid, TCentRepLocation aLocation);
61 static TTime CentrepFileTimeStampL(TUid aUid, TCentRepLocation aLocation);
62 static TBool RomFileExistsL(TUid aUid);
63 static TBool InstallFileExistsL(TUid aUid);
64 static TBool PersistsFileExistsL(TUid aUid);
65 #ifdef SYMBIAN_BAFL_SYSUTIL
66 static TInt GetTextFromFile(const TDesC& aFilename,TDes8& aValue);
68 static void DeleteCentrepFileL(TUid aUid, TCentRepLocation aLocation, TCentRepFileType aType);
72 static HBufC* iRomDirectory;
73 static HBufC* iDataDirectory;
74 static HBufC* iInstallDirectory;
75 static HBufC* iBURDirectory;
76 static HBufC* iIniExt;
77 static HBufC* iCreExt;
78 static HBufC* iTrnsExt;
79 static TUint8 iPersistsVersion;
81 static RArray<TOwnerIdMapping> iOwnerIdLookUpTable;
83 static CRepositoryCacheManager* iCacheManager;
84 static CObservable* iObserver;
85 #ifdef __CENTREP_SERVER_PERFTEST__
86 static TCentRepPerfTest iPerfTestMgr;
88 #ifdef __CENTREP_SERVER_MEMTEST__
89 static void RecordTimerResult(TMemTestLocationIdentifier aLocation, TInt32 aIdentifier);
90 static void StopRecordTimerResult();
91 static void StartRecordTimerResult();
93 static TInt32 iMemTestData[KMemBufMaxEntry];
94 static TInt32 iMemTestDataCount;