installationservices/swinstallationfw/test/tusif/source/tsifsuitedefs.h
changeset 24 84a16765cd86
child 25 98b66e4fb0be
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalTechnology 
       
    22 */
       
    23 
       
    24 #if (!defined TSIFSUITEDEFS_H)
       
    25 #define TSIFSUITEDEFS_H
       
    26 
       
    27 namespace Usif
       
    28 	{
       
    29 	_LIT(KTe_ExpectedResult,"expectedResult");
       
    30 	_LIT(KTe_UiScript,"uiScript");
       
    31 	_LIT(KTe_CancelAfter,"cancelAfter");
       
    32 	_LIT(KTe_OperationByFileHandle,"operationByFileHandle");
       
    33 	_LIT(KTe_CompareMaxInstalledSize,"compareMaxInstalledSize");
       
    34 	_LIT(KTe_UseEnhancedApi,"useEnhancedApi");
       
    35 	_LIT(KTe_PackageFile,"packageFile");
       
    36 	_LIT(KTe_ComponentId,"componentId");
       
    37 	_LIT(KTe_PluginOpaqueArgumentName,"pluginOpaqueArgumentName");
       
    38 	_LIT(KTe_PluginOpaqueArgumentType,"pluginOpaqueArgumentType");
       
    39 	_LIT(KTe_PluginOpaqueArgumentValue,"pluginOpaqueArgumentValue");
       
    40 	_LIT(KTe_PluginRefOpaqueResultName,"pluginRefOpaqueResultName");
       
    41 	_LIT(KTe_PluginRefOpaqueResultType,"pluginRefOpaqueResultType");
       
    42 	_LIT(KTe_PluginRefOpaqueResultValue,"pluginRefOpaqueResultValue");
       
    43 	_LIT(KTe_PluginOpaqueValueTypeInt,"Int");
       
    44 	_LIT(KTe_PluginOpaqueValueTypeString,"String");
       
    45 	_LIT(KTe_SoftwareTypeName,"softwareTypeName");
       
    46 	_LIT(KTe_ComponentName,"componentName");
       
    47 	_LIT(KTe_ComponentVersion,"componentVersion");
       
    48 	_LIT(KTe_ComponentVendor,"componentVendor");
       
    49 	_LIT(KTe_GlobalComponentId,"globalComponentId");
       
    50 	_LIT(KTe_Authenticity,"authenticity");
       
    51 	_LIT(KTe_UserGrantableCaps,"userGrantableCapsBitMask");
       
    52 	_LIT(KTe_MaxInstalledSize,"maxInstalledSize");
       
    53 	_LIT(KTe_HasExecutable,"hasExecutable");
       
    54 	_LIT(KTe_VerifyPackageExistence,"verifyExistence");
       
    55 	_LIT(KTe_CheckSisRegistry,"checkSisRegistry");
       
    56 	_LIT(KTe_ExecutableName,"executableName");
       
    57 	_LIT(KTe_ExecutableReturnCode,"executableReturnCode");
       
    58 	_LIT(KTe_AnyValuePermitted,"__ANY_VALUE_PERMITTED__");
       
    59 	_LIT(KTe_ScomoState,"scomoState");
       
    60 	_LIT(KTe_ExpectedConcurrentResult ,"expectedConcurrentResult");
       
    61 	_LIT(KTe_OverlapRequest,"overlapRequest");
       
    62 	_LIT(KTe_InstallStatus,"installStatus");
       
    63 	_LIT(KTe_ExclusiveOperation,"exclusiveOperation");
       
    64 	_LIT(KTe_CompInfoRootNodePrefix,"root");
       
    65 	_LIT(KTe_CompInfoChildNodePrefix,".child");
       
    66 	_LIT(KTe_CompInfoNumChildren,"numChildren");
       
    67 
       
    68 	// For test step panics
       
    69 	_LIT(KTe_SifSuitePanic,"Te_SifSuite");
       
    70 
       
    71 	const TInt KMaxIntDigits = 10;
       
    72 
       
    73 	} // namespace Sif
       
    74 
       
    75 #endif