secureswitools/swisistools/source/scrtool/options.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
    22 #include <fstream.h>
    22 #include <fstream.h>
    23 #include <vector>
    23 #include <vector>
    24 #include <string>
    24 #include <string>
    25 #include <algorithm>
    25 #include <algorithm>
    26 
    26 
    27 std::string COptions::iCurrentVersion = "Registry Database Generator Version 1, 0, 1";
    27 std::string COptions::iCurrentVersion = "Registry Database Generator Version 1, 0, 2";
    28 
    28 
    29 std::string COptions::iDescription =	"A utility for generating and updating the Software Component Registry database which stores "
    29 std::string COptions::iDescription =	"A utility for generating and updating the Software Component Registry database which stores "
    30 							"information for all installed software components.";
    30 							"information for all installed software components.";
    31 
    31 
    32 std::string COptions::iCopyright = "Copyright (c) 2008 Symbian Software Ltd. All rights reserved.";
    32 std::string COptions::iCopyright = "Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.";
    33 
    33 
    34 std::string COptions::iUsage	=	
    34 std::string COptions::iUsage	=	
    35 						"Usage : scrtool [-h|-?] [-v] [-l] [-w] -c or -d [DB name] -f [Environment XML file] -p [Pre-provision XML file]"
    35 						"Usage : scrtool [-h|-?] [-v] [-l] [-w] -c or -d [DB name] -f [Environment XML file] -p [Pre-provision XML file]"
    36 						
    36 						
    37 						"\n-h|-? Show help usage."
    37 						"\n-h|-? Show help usage."