csxhelp/HelpEngine/inc/csxhconstants.h
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
equal deleted inserted replaced
1:27f5851bd5a5 5:d06b1526f62c
    68 _LIT(KFileUrlPrefix,"file://");
    68 _LIT(KFileUrlPrefix,"file://");
    69 const TInt KFileUrlPrefixLength = 7;
    69 const TInt KFileUrlPrefixLength = 7;
    70 #endif
    70 #endif
    71 
    71 
    72 const TInt KHexPrefixLength = 2;
    72 const TInt KHexPrefixLength = 2;
       
    73 const TInt KHexUidLength = 8;
       
    74 const TInt KOffsetFromUidToContext = 11;
       
    75 
       
    76 const TInt KHighestPriority = 1;
       
    77 const TInt KLowestPriority = 20000;
       
    78 
       
    79 const TInt KMaxContextName = 30;
    73 
    80 
    74 //xhtml folder name
    81 //xhtml folder name
    75 //#define	qtn_app_xhtml_folder_text ":\\resource\\xhtml\\"
    82 //#define	qtn_app_xhtml_folder_text ":\\resource\\xhtml\\"
    76 _LIT(KXhtmlFolder,":\\resource\\xhtml\\"); 
    83 _LIT(KXhtmlFolder,":\\resource\\xhtml\\"); 
    77 
    84 
    79 _LIT(KMasterKywdFile,"keywords.xml"); 
    86 _LIT(KMasterKywdFile,"keywords.xml"); 
    80 
    87 
    81 //mastermeta.xml file name
    88 //mastermeta.xml file name
    82 _LIT(KMasterMetaFile,"index.xml"); 
    89 _LIT(KMasterMetaFile,"index.xml"); 
    83 
    90 
       
    91 //redirect.xml file name
       
    92 _LIT(KRedirectFile,"redirect.xml"); 
       
    93 
    84 //meta.xml file name
    94 //meta.xml file name
    85 //#define	qtn_app_meta_file_text "meta.xml"
    95 //#define	qtn_app_meta_file_text "meta.xml"
    86 _LIT(KMetaFile,"meta.xml"); 
    96 _LIT(KMetaFile,"meta.xml"); 
    87 
    97 
    88 //index.xml file name
    98 //index.xml file name
    89 //#define	qtn_app_index_file_text	"index.xml"
    99 //#define	qtn_app_index_file_text	"index.xml"
    90 _LIT(KIndexFile,"index.xml"); 
   100 _LIT(KIndexFile,"index.xml"); 
    91 
   101 
       
   102 _LIT(KRomAppUidFile, "appuid.dat");
    92 //Application name tag in meta.xml
   103 //Application name tag in meta.xml
    93 //#define	qtn_app_application_name_tag_text "title"
   104 //#define	qtn_app_application_name_tag_text "title"
    94 _LIT(KAppNameTag,"title"); 
   105 _LIT(KAppNameTag,"title"); 
       
   106 
       
   107 _LIT(KPriorityTag, "priority");
       
   108 
       
   109 _LIT(KFromTag, "from");
       
   110 
       
   111 _LIT(KToTag, "to");
    95 
   112 
    96 // toc1 drive information in master index.xml
   113 // toc1 drive information in master index.xml
    97 //
   114 //
    98 _LIT( KDriveInfo, "drive");
   115 _LIT( KDriveInfo, "drive");
    99 
   116