phonebookengines/contactsmodel/tsrc/T_CntTestImplDefs.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2007-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __CNTTESTIMPLDEF_H__
       
    17 #define __CNTTESTIMPLDEF_H__
       
    18 
       
    19 #include <e32base.h>
       
    20 
       
    21 /**
       
    22 The Contact Test Implementor namespace contains all the contact model and 
       
    23 persistence layer database specific constants and enums.
       
    24 
       
    25 */
       
    26 namespace nsCntTestImpl
       
    27 	{
       
    28 	_LIT(KSourceDBName, "c:\\System\\data\\Contacts.saved");
       
    29 	_LIT(KUnsecureDBName, "c:\\System\\data\\Contacts.cdb");
       
    30 	_LIT(KSecureDBLocation, "c:\\private\\10003A73\\CONTACTS.CDB");
       
    31 	_LIT(KSecureDBName, "c:CONTACTS.CDB");
       
    32 
       
    33 	_LIT(KCntTestImplErrNullPointer, 		"Pointer is null");
       
    34 
       
    35 
       
    36 	_LIT(KPl, "Pl");
       
    37 	_LIT(KCnt,"Cnt");
       
    38 	
       
    39 	
       
    40 	}
       
    41 
       
    42 #endif