installationservices/swi/source/sislauncher/server/swtypereginfoparser.cpp
changeset 75 2d2d25361590
parent 42 d17dc5398051
equal deleted inserted replaced
69:b18a4bf55ddb 75:2d2d25361590
    27 namespace
    27 namespace
    28 	{
    28 	{
    29 	_LIT8(KXmlMimeType, "text/xml");
    29 	_LIT8(KXmlMimeType, "text/xml");
    30 	
    30 	
    31 	_LIT8(KNodeSoftwareTypeRegistrationData, "LayeredExecutionEnvironments");
    31 	_LIT8(KNodeSoftwareTypeRegistrationData, "LayeredExecutionEnvironments");
    32 	_LIT8(KNodeSoftwareType, "softwareType");
    32 	_LIT8(KNodeSoftwareType, "SoftwareType");
    33 	_LIT8(KNodeLocalizedName, "localizedName");
    33 	_LIT8(KNodeLocalizedName, "LocalizedName");
    34 	_LIT8(KNodeMimeType, "mimeType");
    34 	_LIT8(KNodeMimeType, "MimeType");
    35 	_LIT8(KNodeSifPluginUid, "sifPluginUid");
    35 	_LIT8(KNodeSifPluginUid, "SifPluginUid");
    36     _LIT8(KNodeCustomAcess, "CustomAcess");
    36     _LIT8(KNodeCustomAccess, "CustomAccess");
    37     _LIT8(KNodeSecureId, "SecureId");
    37     _LIT8(KNodeSecureId, "SecureId");
    38     _LIT8(KNodeAccessMode, "AccessMode");
    38     _LIT8(KNodeAccessMode, "AccessMode");
    39     _LIT8(KNodeLauncherExecutable, "launcherExecutable");
    39     _LIT8(KNodeLauncherExecutable, "LauncherExecutable");
    40     
    40     
    41 	_LIT8(KAttrSoftwareTypeName, "name");
    41 	_LIT8(KAttrSoftwareTypeName, "Name");
    42 	_LIT8(KAttrLanguage, "language");
    42 	_LIT8(KAttrLanguage, "Language");
    43 
    43 
    44 // ##########################################################################################
    44 // ##########################################################################################
    45 
    45 
    46 	TUint Str2IntL(const TDesC8& aStr, TRadix aRadix = EDecimal)
    46 	TUint Str2IntL(const TDesC8& aStr, TRadix aRadix = EDecimal)
    47 		{
    47 		{
   393 		}
   393 		}
   394 	else if (aName == KNodeSoftwareTypeRegistrationData)
   394 	else if (aName == KNodeSoftwareTypeRegistrationData)
   395 		{
   395 		{
   396 		return ENodeSoftwareTypeRegistrationData;
   396 		return ENodeSoftwareTypeRegistrationData;
   397 		}
   397 		}
   398 	else if (aName == KNodeCustomAcess)
   398 	else if (aName == KNodeCustomAccess)
   399 	    {
   399 	    {
   400 	    return ENodeCustomAccess;
   400 	    return ENodeCustomAccess;
   401 	    }
   401 	    }
   402 	else if (aName == KNodeLauncherExecutable)
   402 	else if (aName == KNodeLauncherExecutable)
   403 	    {
   403 	    {