contentstorage/casrv/cawidgetscanner/inc/cawidgetscannerdef.h
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    49 
    49 
    50 _LIT8(KWidgetManifest, "hswidgetmanifest");
    50 _LIT8(KWidgetManifest, "hswidgetmanifest");
    51 _LIT8(KIcon, "icon");
    51 _LIT8(KIcon, "icon");
    52 _LIT8( KPreviewImageElementName, "previewimage" );
    52 _LIT8( KPreviewImageElementName, "previewimage" );
    53 _LIT8(KServiceXml, "servicexml");
    53 _LIT8(KServiceXml, "servicexml");
       
    54 _LIT8( KTranslationFileName, "translationfile" );
    54 
    55 
    55 // CONSTANTS
    56 // CONSTANTS
    56 _LIT(KAttrWidgetPath, "widget:path");
    57 _LIT(KAttrWidgetPath, "widget:path");
    57 _LIT(KAttrWidgetLibrary, "widget:library");
    58 _LIT(KAttrWidgetLibrary, "widget:library");
    58 _LIT(KAttrWidgetUri, "widget:uri");
    59 _LIT(KAttrWidgetUri, "widget:uri");
       
    60 _LIT(KAttrWidgetTranslationFileName, "widget:translation_file");
    59 _LIT(KAttrWidgetServiceXml, "widget:servicexml");
    61 _LIT(KAttrWidgetServiceXml, "widget:servicexml");
    60 _LIT(KSlash, "/");
    62 _LIT(KSlash, "/");
    61 _LIT(KDllExt, ".dll");
    63 _LIT(KDllExt, ".dll");
    62 _LIT(KNoLibrary, "NoLibrary");
    64 _LIT(KNoLibrary, "NoLibrary");
    63 
    65