menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h
branchRCL_3
changeset 54 1b758917cafc
parent 4 4d54b72983ae
--- a/menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h	Tue May 25 12:29:32 2010 +0300
+++ b/menufw/hierarchynavigator/hnmetadatamodel/inc/hnglobals.h	Wed Jun 09 09:29:04 2010 +0300
@@ -140,7 +140,11 @@
 
     }
 
+//paths
+_LIT( KFolderSuitePath, "Z:\\private\\101F4CD2\\import\\suites\\foldersuite\\suite.xml" );
+_LIT( KFolderItemsPath, "Z:\\private\\101F4CD2\\import\\suites\\foldersuite\\items.xml" );
 
+//XML tags
 _LIT8( KMm8,                        "mm" );
 _LIT8( KContentElementName8,        "content" );
 _LIT8( KSuiteElementName8,          "suite" );
@@ -324,6 +328,7 @@
 // widget types
 _LIT8 ( KSuite8,                    "suite" );
 _LIT  ( KFolderSuite,               "foldersuite" );
+_LIT8 ( KFolderSuite8,              "foldersuite" );
 _LIT8 ( KWidgetType8,               "type" );
 _LIT8 ( KAllowedTypes8,             "allowed_types" );
 _LIT8 ( KWidgetTypeList8,           "list" );