persistentstorage/centralrepository/test/t_cenrep_helper.h
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 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".
    28 _LIT(KCInstallDir,				"c:\\private\\10202BE9\\");
    28 _LIT(KCInstallDir,				"c:\\private\\10202BE9\\");
    29 _LIT(KCInstallFiles,			"c:\\private\\10202BE9\\*.*");
    29 _LIT(KCInstallFiles,			"c:\\private\\10202BE9\\*.*");
    30 
    30 
    31 _LIT(KCRomVersionDir,				"c:\\private\\10202BE9\\romversion\\");
    31 _LIT(KCRomVersionDir,				"c:\\private\\10202BE9\\romversion\\");
    32 _LIT(KCRomVersionFiles,			"c:\\private\\10202BE9\\romversion\\*.*");
    32 _LIT(KCRomVersionFiles,			"c:\\private\\10202BE9\\romversion\\*.*");
       
    33 
       
    34 #if defined(SYMBIAN_INCLUDE_APP_CENTRIC)
       
    35 _LIT(KPMAFiles,           "c:\\private\\10202BE9\\persists\\protected\\*.*");
       
    36 #endif
    33 
    37 
    34 const TInt KGeneralDelay = 2*1000*1000;
    38 const TInt KGeneralDelay = 2*1000*1000;
    35 
    39 
    36 _LIT(KTxtFileExt, ".txt");
    40 _LIT(KTxtFileExt, ".txt");
    37 _LIT(KCreFileExt, ".cre");
    41 _LIT(KCreFileExt, ".cre");