|
1 /* |
|
2 * Copyright (c) 2007-2008 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: Constants for accountcreationplugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef ACCOUNTCREATIONPLUGINCONSTANTS_H |
|
20 #define ACCOUNTCREATIONPLUGINCONSTANTS_H |
|
21 |
|
22 #include "accountcreationpluginuids.hrh" |
|
23 |
|
24 // UID of this plugin. |
|
25 const TUid KAccountCreationPluginUid = { KAccountCreationPluginDllUid }; |
|
26 // View IDs |
|
27 const TUid KProviderListViewId = { 7520 }; |
|
28 const TUid KProviderSpecificViewId = { 1321 }; |
|
29 const TInt KArrayGranuality = 5; |
|
30 const TInt KMaxSettingLength = 64; |
|
31 const TInt KMaxUrlLength = 256; |
|
32 |
|
33 // Name of the resource file. |
|
34 _LIT( KResourceFilename, "accountcreationplugin.rsc" ); |
|
35 _LIT( KListFormat, "%d\t%S\t\t" ); // Format of setting item. |
|
36 _LIT( KIconFileName, "acpicons.mif" ); // Filename for ACP icons. |
|
37 _LIT( KEmpty, "" ); |
|
38 _LIT( KAcpSettingItemTextFormat, "\t%S\t\t%S" ); // Setting item text format. |
|
39 |
|
40 const TUid KPhoneBookTabUid = { 0x20012423 }; |
|
41 |
|
42 #endif // ACCOUNTCREATIONPLUGINCONSTANTS_H |
|
43 |
|
44 // End of file. |