|
1 /* |
|
2 * Copyright (c) 2006 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 #ifndef NCDPROTOCOLSTRINGS_H |
|
20 #define NCDPROTOCOLSTRINGS_H |
|
21 |
|
22 // Strings used in configuration request |
|
23 _LIT( KFlashPlayerUid, "uid" ); |
|
24 _LIT( KFlashPlayerVersion, "version" ); |
|
25 |
|
26 // Strings used in configuration response |
|
27 |
|
28 _LIT( KContentSources, "contentSources" ); |
|
29 _LIT( KNameSpace, "namespace" ); |
|
30 _LIT( KUri, "uri" ); |
|
31 _LIT( KProvider, "provider" ); |
|
32 _LIT( KId, "id" ); |
|
33 _LIT( KCatalogBundle, "catalogBundle" ); |
|
34 _LIT( KSubCatalogs, "subCatalogs" ); |
|
35 _LIT( KName, "name" ); |
|
36 _LIT( KDescription, "description" ); |
|
37 _LIT( KValidUntil, "validUntil" ); |
|
38 _LIT( KIcon, "icon" ); |
|
39 _LIT( KData, "data" ); |
|
40 _LIT( KAlwaysVisible, "alwaysVisible" ); |
|
41 _LIT( KTransparent, "transparent" ); |
|
42 _LIT( KViewType, "viewType" ); |
|
43 _LIT( KDisclaimer, "disclaimer" ); |
|
44 |
|
45 // Additional hardware details that are added to configuration requests |
|
46 _LIT( KProductType, "typeDesignator" ); |
|
47 _LIT( KFirmwareId, "fwId" ); |
|
48 _LIT( KFirmwareVersion1, "fwVersion1" ); |
|
49 _LIT( KFirmwareVersion2, "fwVersion2" ); |
|
50 _LIT( KFirmwareVersion3, "fwVersion3" ); |
|
51 _LIT( KSimLockStatus, "simLockStatus" ); |
|
52 |
|
53 _LIT( KFalseAsZero, "0" ); |
|
54 |
|
55 #endif |