common/tools/ats/smoketest/localisation/apparchitecture/tef/trecupgrade/upgconstants.h
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #if !defined(__RECUPGRADECONSTANTS_H__)
       
    24 #define __RECUPGRADECONSTANTS_H__
       
    25 
       
    26 
       
    27 _LIT(KUpgDocPath, "Z:\\system\\data\\TApsRecogUpgradeTest.upg");
       
    28 _LIT(KUpgRscTargetDir,"C:\\resource\\plugins\\");
       
    29 _LIT(KUpgDllTargetDir,"C:\\sys\\bin\\");
       
    30 _LIT(KUpgRscSourcePath, "Z:\\system\\data\\recupgrade.rsc");
       
    31 _LIT(KUpgRscTargetPath,"C:\\resource\\plugins\\recupgrade.rsc");
       
    32 _LIT(KUpgDllTargetPath, "C:\\sys\\bin\\recupgrade.dll");
       
    33 _LIT(KUpgDllSourcePathWinscw, "Z:\\system\\data\\recupgrade_winscw_rel.dll");
       
    34 _LIT(KUpgDllSourcePathArmv5, "Z:\\system\\data\\recupgrade_armv5_rel.dll");
       
    35 _LIT8(KMimeUpgType,"mime/upg");
       
    36 
       
    37 #define KUidUpgradeRecognizerValue 0xA000B461
       
    38 
       
    39 const TUid KUidUpgradeRecognizer={KUidUpgradeRecognizerValue};
       
    40 const TInt KNumUpgradeTypes=1;
       
    41 	
       
    42 #endif