contentstorage/casrv/cawidgetscanner/inc/cawidgetscannerdef.h
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 99 7aaf39b772ac
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    23 const TInt KChunkSize = 8192;
    23 const TInt KChunkSize = 8192;
    24 const TInt KDriveLetterLength = 2;
    24 const TInt KDriveLetterLength = 2;
    25 const TInt KModificationTimeLength = 17;
    25 const TInt KModificationTimeLength = 17;
    26 const TInt KNoId = -1;
    26 const TInt KNoId = -1;
    27 
    27 
       
    28 const TInt KPackageUidPosition = 9; // position in path from end
       
    29 const TInt KPackageUidLength = 8;
       
    30 
       
    31 
    28 // LIT
    32 // LIT
    29 _LIT( KDoubleSlash, "\\" );
    33 _LIT( KDoubleSlash, "\\" );
    30 _LIT( KWidgetScannerUnderline, "_" );
    34 _LIT( KWidgetScannerUnderline, "_" );
    31 _LIT( KWidgetScannerCaEntry, "CA_ENTRY" );
       
    32 _LIT( KWidgetScannerEnText, "EN_TEXT" );
       
    33 _LIT( KWidgetScannerEnDescription, "EN_DESCRIPTION" );
       
    34 
    35 
    35 
    36 
    36 _LIT( KManifest, ".manifest");
    37 _LIT( KManifest, ".manifest");
    37 _LIT( KColen, ":" );
    38 _LIT( KColen, ":" );
    38 _LIT( KImportDir, "\\private\\20022F35\\import\\widgetregistry\\" );
    39 _LIT( KImportDir, "\\private\\20022F35\\import\\widgetregistry\\" );
    46 _LIT8(KIconUri, "iconuri" );
    47 _LIT8(KIconUri, "iconuri" );
    47 _LIT8(KWidgetProvider, "widgetprovider");
    48 _LIT8(KWidgetProvider, "widgetprovider");
    48 
    49 
    49 _LIT8(KWidgetManifest, "hswidgetmanifest");
    50 _LIT8(KWidgetManifest, "hswidgetmanifest");
    50 _LIT8(KIcon, "icon");
    51 _LIT8(KIcon, "icon");
       
    52 _LIT8( KPreviewImageElementName, "previewimage" );
    51 _LIT8(KServiceXml, "servicexml");
    53 _LIT8(KServiceXml, "servicexml");
    52 
    54 
       
    55 // CONSTANTS
       
    56 _LIT(KAttrWidgetPath, "widget:path");
       
    57 _LIT(KAttrWidgetLibrary, "widget:library");
       
    58 _LIT(KAttrWidgetUri, "widget:uri");
       
    59 _LIT(KAttrWidgetServiceXml, "widget:servicexml");
       
    60 _LIT(KSlash, "/");
       
    61 _LIT(KDllExt, ".dll");
       
    62 _LIT(KNoLibrary, "NoLibrary");
    53 
    63 
    54 #endif // CA_WIDGETSCANNERDEF_H
    64 #endif // CA_WIDGETSCANNERDEF_H