contentstorage/casrv/cawidgetscanner/inc/widgetscannerutils.h
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
child 73 4bc7b118b3df
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <driveinfo.h>
    24 #include <driveinfo.h>
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
       
    27 _LIT(KAttrWidgetPath, "widget:path");
    27 _LIT(KAttrWidgetLibrary, "widget:library");
    28 _LIT(KAttrWidgetLibrary, "widget:library");
    28 _LIT(KAttrWidgetUri, "widget:uri");
    29 _LIT(KAttrWidgetUri, "widget:uri");
    29 _LIT(KSlash, "/");
    30 _LIT(KSlash, "/");
    30 _LIT(KDllExt, ".dll");
    31 _LIT(KDllExt, ".dll");
    31 _LIT(KNoLibrary, "NoLibrary");
    32 _LIT(KNoLibrary, "NoLibrary");