|
1 /* |
|
2 * Copyright (c) 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: Defines the CPS constants |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef CPSCONST_H |
|
19 #define CPSCONST_H |
|
20 |
|
21 namespace cpswrapper |
|
22 { |
|
23 |
|
24 // Local constants |
|
25 _LIT8( KCPSConfigurationIf, "IContentPublishing" ); |
|
26 _LIT8( KCPS, "Service.ContentPublishing" ); |
|
27 // CPS constants |
|
28 _LIT( KHSTemplate, "hstemplate" ); |
|
29 _LIT( KPublisher16, "publisher" ); |
|
30 _LIT8( KPublisher, "publisher" ); |
|
31 _LIT8( KContentType, "content_type" ); |
|
32 _LIT8( KContentId, "content_id" ); |
|
33 _LIT8( KFilter, "filter" ); |
|
34 _LIT( KAll, "all"); |
|
35 _LIT8( KOperation, "operation" ); |
|
36 _LIT8( KChangeInfo, "change_info" ); |
|
37 _LIT8( KDelete, "delete" ); |
|
38 _LIT( KDelete16, "delete" ); |
|
39 _LIT8( KAdd, "add" ); |
|
40 _LIT( KAdd16, "add" ); |
|
41 _LIT8( KRequestNotification, "RequestNotification" ); |
|
42 _LIT8( KType, "type" ); |
|
43 _LIT8( KGetList, "GetList" ); |
|
44 _LIT8( KResults, "results" ); |
|
45 _LIT8( KTemplateType, "template_type"); |
|
46 _LIT8( KWidgetName, "widget_name"); |
|
47 _LIT8( KDataMap, "data_map" ); |
|
48 _LIT8( KMaxWidgets, "widget_inst"); |
|
49 _LIT8( KWidgetDesc, "widget_desc"); |
|
50 _LIT8( KWidgetIcon, "widget_icon"); |
|
51 |
|
52 _LIT( KWRTTemplate, "ai3templatedwidget"); |
|
53 _LIT( KWRTPublisher, "wrt_publisher"); |
|
54 _LIT8( KWidgetInfo, "widget_info"); |
|
55 |
|
56 } |
|
57 #endif /* CPSCONST_H */ |