menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h
branchRCL_3
changeset 54 1b758917cafc
parent 4 4d54b72983ae
equal deleted inserted replaced
50:137ebc85284b 54:1b758917cafc
   138      */
   138      */
   139     _LIT8( KHighlightOffset8,       "highlight_offset" );
   139     _LIT8( KHighlightOffset8,       "highlight_offset" );
   140 
   140 
   141     }
   141     }
   142 
   142 
   143 
   143 //paths
       
   144 _LIT( KFolderSuitePath, "Z:\\private\\101F4CD2\\import\\suites\\foldersuite\\suite.xml" );
       
   145 _LIT( KFolderItemsPath, "Z:\\private\\101F4CD2\\import\\suites\\foldersuite\\items.xml" );
       
   146 
       
   147 //XML tags
   144 _LIT8( KMm8,                        "mm" );
   148 _LIT8( KMm8,                        "mm" );
   145 _LIT8( KContentElementName8,        "content" );
   149 _LIT8( KContentElementName8,        "content" );
   146 _LIT8( KSuiteElementName8,          "suite" );
   150 _LIT8( KSuiteElementName8,          "suite" );
   147 _LIT8( KItemElementName8,           "item" );
   151 _LIT8( KItemElementName8,           "item" );
   148 _LIT8( KActionElementName8,         "action" );
   152 _LIT8( KActionElementName8,         "action" );
   322 //
   326 //
   323 _LIT8 ( KHnRequest, "KHnRequest" );
   327 _LIT8 ( KHnRequest, "KHnRequest" );
   324 // widget types
   328 // widget types
   325 _LIT8 ( KSuite8,                    "suite" );
   329 _LIT8 ( KSuite8,                    "suite" );
   326 _LIT  ( KFolderSuite,               "foldersuite" );
   330 _LIT  ( KFolderSuite,               "foldersuite" );
       
   331 _LIT8 ( KFolderSuite8,              "foldersuite" );
   327 _LIT8 ( KWidgetType8,               "type" );
   332 _LIT8 ( KWidgetType8,               "type" );
   328 _LIT8 ( KAllowedTypes8,             "allowed_types" );
   333 _LIT8 ( KAllowedTypes8,             "allowed_types" );
   329 _LIT8 ( KWidgetTypeList8,           "list" );
   334 _LIT8 ( KWidgetTypeList8,           "list" );
   330 _LIT8 ( KWidgetTypeCoverFlow8,      "coverflow" );
   335 _LIT8 ( KWidgetTypeCoverFlow8,      "coverflow" );
   331 _LIT8 ( KWidgetTypeGrid8,           "grid" );
   336 _LIT8 ( KWidgetTypeGrid8,           "grid" );