idlefw/plugins/wrtdataplugin/inc/wrtdatapluginconst.h
changeset 3 ff572005ac23
parent 0 79c6a41cd166
child 59 a0713522ab97
equal deleted inserted replaced
2:b7904b40483f 3:ff572005ac23
    32 /**
    32 /**
    33  * Content Model type identifier
    33  * Content Model type identifier
    34  */
    34  */
    35 _LIT(KText ,"text");
    35 _LIT(KText ,"text");
    36 _LIT(KImage, "image");
    36 _LIT(KImage, "image");
       
    37 _LIT(KAnimation, "animation");
    37 _LIT(KPlugin, "plugin");
    38 _LIT(KPlugin, "plugin");
    38 
    39 
    39 _LIT(KNewsTicker ,"newsticker");
    40 _LIT(KNewsTicker ,"newsticker");
    40 
    41 
    41 
    42 
    77 _LIT( KSuspend , "suspend");
    78 _LIT( KSuspend , "suspend");
    78 _LIT( KResume, "resume");
    79 _LIT( KResume, "resume");
    79 _LIT( KOnLine, "online");
    80 _LIT( KOnLine, "online");
    80 _LIT( KOffLine, "offline");
    81 _LIT( KOffLine, "offline");
    81 _LIT( KInActive, "inactive");
    82 _LIT( KInActive, "inactive");
       
    83 
    82 // reserved extension for retrieving mask handle 
    84 // reserved extension for retrieving mask handle 
    83 _LIT8( KImageMask, "image1_mask");
    85 _LIT8( KImageMask, "image1_mask");
    84 
    86 
    85 _LIT( KSkin, 		 "skin" );
    87 _LIT( KSkin, 		 "skin" );
    86 _LIT( KMif, 		 "mif" );
    88 _LIT( KMif, 		 "mif" );
    88 _LIT( KColon,		 ":");
    90 _LIT( KColon,		 ":");
    89 
    91 
    90 _LIT( KTemplateWidget,"ai3templatedwidget");
    92 _LIT( KTemplateWidget,"ai3templatedwidget");
    91 _LIT( KWRTPublisher, "wrt_publisher");
    93 _LIT( KWRTPublisher, "wrt_publisher");
    92 _LIT8(KImage1, "image1");
    94 _LIT8(KImage1, "image1");
       
    95 _LIT8( KWidgetInfo,   "widget_info");
       
    96 _LIT8( KWidgetName, "widget_name");
       
    97 _LIT8( KWidgetIcon, "widget_icon");
       
    98 
       
    99 _LIT( KHexPrefix,     "0x" );
       
   100 _LIT( KUid,           "uid" );
       
   101 _LIT8(KElement, "loading");
       
   102 _LIT8(KDisplay, "display");
       
   103 _LIT8(KShow, "block");
       
   104 _LIT8(KHide, "none");
       
   105 
       
   106 #ifdef __WINS__
       
   107 _LIT( KDrive, "C:" );
       
   108 #else
       
   109 _LIT( KDrive, "Z:" );
       
   110 #endif
       
   111 
       
   112 #ifdef WRT_PREDEFINED_IMAGE  
       
   113 _LIT(KImgFolder, "200286dd\\");
       
   114 _LIT(KJPEG, ".jpg");
       
   115 _LIT(KPNG, ".png");
       
   116 #endif
       
   117 
    93 const TUint KLeftParenthesis = '(';
   118 const TUint KLeftParenthesis = '(';
    94 
   119 
    95 
   120 
    96 // WRT Data Plugin Constants
   121 // WRT Data Plugin Constants
    97 const TUint KPluginNameSeprator =  '/';
   122 const TUint KPluginNameSeprator =  '/';
   114 /**
   139 /**
   115  * Maximum length for the plugin name
   140  * Maximum length for the plugin name
   116  */
   141  */
   117 const TInt KAiPluginNameMaxLength = 255;
   142 const TInt KAiPluginNameMaxLength = 255;
   118 
   143 
       
   144 /**
       
   145  * Maximum length for the application uid string
       
   146  * uid(0x123456578)
       
   147  * 
       
   148  */
       
   149 const TInt KWRTAppUidLenth = 16; 
   119 
   150 
   120 #endif /* WRTDATAPLUGINCONST_H */
   151 #endif /* WRTDATAPLUGINCONST_H */