diff -r 27f5851bd5a5 -r d06b1526f62c csxhelp/HelpEngine/inc/csxhconstants.h --- a/csxhelp/HelpEngine/inc/csxhconstants.h Tue Feb 02 00:03:40 2010 +0200 +++ b/csxhelp/HelpEngine/inc/csxhconstants.h Fri Feb 19 22:42:03 2010 +0200 @@ -70,6 +70,13 @@ #endif const TInt KHexPrefixLength = 2; +const TInt KHexUidLength = 8; +const TInt KOffsetFromUidToContext = 11; + +const TInt KHighestPriority = 1; +const TInt KLowestPriority = 20000; + +const TInt KMaxContextName = 30; //xhtml folder name //#define qtn_app_xhtml_folder_text ":\\resource\\xhtml\\" @@ -81,6 +88,9 @@ //mastermeta.xml file name _LIT(KMasterMetaFile,"index.xml"); +//redirect.xml file name +_LIT(KRedirectFile,"redirect.xml"); + //meta.xml file name //#define qtn_app_meta_file_text "meta.xml" _LIT(KMetaFile,"meta.xml"); @@ -89,10 +99,17 @@ //#define qtn_app_index_file_text "index.xml" _LIT(KIndexFile,"index.xml"); +_LIT(KRomAppUidFile, "appuid.dat"); //Application name tag in meta.xml //#define qtn_app_application_name_tag_text "title" _LIT(KAppNameTag,"title"); +_LIT(KPriorityTag, "priority"); + +_LIT(KFromTag, "from"); + +_LIT(KToTag, "to"); + // toc1 drive information in master index.xml // _LIT( KDriveInfo, "drive");