|
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 "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 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 @publishedAll |
|
23 @released |
|
24 */ |
|
25 #ifndef __CLIENT_SERVER_H__ |
|
26 #define __CLIENT_SERVER_H__ |
|
27 |
|
28 namespace SharedConstants |
|
29 { |
|
30 _LIT(KServerName,"CntPerfTestServer"); |
|
31 _LIT(KCustomLabelUid,"CustomLabelUid"); |
|
32 _LIT(KUnifiedSingular,"UnifiedSingular"); |
|
33 _LIT(KViewDefAllFieldsTest,"ViewDefAllFieldsTest"); |
|
34 _LIT(KSimpleViewDefTest,"SimpleViewDefTests"); |
|
35 _LIT(KViewDefAnyFieldsTest,"ViewDefAnyFieldsTest"); |
|
36 _LIT(KViewDefCustomFieldsTest,"ViewDefCustomFieldsTest"); |
|
37 _LIT(KCustomTemplateTest,"CustomTemplateTest"); |
|
38 _LIT(KAccessCountTests,"AccessCountTests"); |
|
39 _LIT(KContactViewTest,"ContactViewTest"); |
|
40 _LIT(KCreateDataBase, "createdatabase"); |
|
41 _LIT(KDbName, "dbname"); |
|
42 _LIT(KDeleteDataBase, "deletedatabase"); |
|
43 _LIT(KListOfViews, "listofviews"); |
|
44 _LIT(KIndex, "index"); |
|
45 _LIT(KFileToBeImported, "importfilename"); |
|
46 _LIT(KVCardVersionPBAP, "pbap"); |
|
47 const TInt KMaxViewTypeLength = 256; |
|
48 const TInt KMaxBufferLength = 32; |
|
49 } |
|
50 #endif |