servicewidget/inc/servicewidgetcpglobals.h
branchRCL_3
changeset 18 36d367c62acb
parent 0 5e5d6b214f4f
equal deleted inserted replaced
16:d20aea8a18b6 18:36d367c62acb
    65  */
    65  */
    66 _LIT(KMask,"_mask");
    66 _LIT(KMask,"_mask");
    67 
    67 
    68 //Supported Commands
    68 //Supported Commands
    69 _LIT8( KAdd, "Add" );
    69 _LIT8( KAdd, "Add" );
       
    70 _LIT8(KGetList,"GetList");
       
    71 _LIT8(KResults,"results");
    70 // Input arguments
    72 // Input arguments
    71 _LIT8( KType, "type" );
    73 _LIT8( KType, "type" );
    72 _LIT8( KItem, "item" );
    74 _LIT8( KItem, "item" );
    73 _LIT8( KPublisherId, "publisher" );
    75 _LIT8( KPublisherId, "publisher" );
    74 _LIT8( KContentType, "content_type" );
    76 _LIT8( KContentType, "content_type" );
   112 
   114 
   113 //Register Widget
   115 //Register Widget
   114 _LIT(KServiceWidget, "servicewidget");
   116 _LIT(KServiceWidget, "servicewidget");
   115 //UID 20021383 is of Publisher used here as constant to avoid conflict with any other 
   117 //UID 20021383 is of Publisher used here as constant to avoid conflict with any other 
   116 //Homescreen widget.This will be suffix to publisher name to make unique id for theme.
   118 //Homescreen widget.This will be suffix to publisher name to make unique id for theme.
   117 _LIT( KThemeUid, "_20021383"); 
   119 _LIT( KThemeUid, ":0x20021383"); 
   118 _LIT8( KTemplateType, "template_type");
   120 _LIT8( KTemplateType, "template_type");
   119 _LIT8( KWidgetName,   "widget_name");
   121 _LIT8( KWidgetName,   "widget_name");
   120 _LIT8( KWidgetInfo,   "widget_info"); 
   122 _LIT8( KWidgetInfo,   "widget_info"); 
   121 _LIT(KTemplateWidget, "hstemplate");
   123 _LIT(KTemplateWidget, "hstemplate");
   122 _LIT8( KExecute, "execute" );
   124 _LIT8( KExecute, "execute" );