localisation/apparchitecture/tef/trecupgrade/upgconstants.h
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    23 #if !defined(__RECUPGRADECONSTANTS_H__)
    23 #if !defined(__RECUPGRADECONSTANTS_H__)
    24 #define __RECUPGRADECONSTANTS_H__
    24 #define __RECUPGRADECONSTANTS_H__
    25 
    25 
    26 
    26 
    27 _LIT(KUpgDocPath, "Z:\\system\\data\\TApsRecogUpgradeTest.upg");
    27 _LIT(KUpgDocPath, "Z:\\system\\data\\TApsRecogUpgradeTest.upg");
       
    28 _LIT(KUprDocPath, "Z:\\system\\data\\TApsRecogUpgradeTest.upr");
    28 _LIT(KUpgRscTargetDir,"C:\\resource\\plugins\\");
    29 _LIT(KUpgRscTargetDir,"C:\\resource\\plugins\\");
    29 _LIT(KUpgDllTargetDir,"C:\\sys\\bin\\");
    30 _LIT(KUpgDllTargetDir,"C:\\sys\\bin\\");
    30 _LIT(KUpgRscSourcePath, "Z:\\system\\data\\recupgrade.rsc");
    31 _LIT(KUpgRscSourcePath, "Z:\\system\\data\\recupgrade.rsc");
       
    32 _LIT(KUprRscSourcePath, "Z:\\system\\data\\recupgrade2.rsc");
    31 _LIT(KUpgRscTargetPath,"C:\\resource\\plugins\\recupgrade.rsc");
    33 _LIT(KUpgRscTargetPath,"C:\\resource\\plugins\\recupgrade.rsc");
    32 _LIT(KUpgDllTargetPath, "C:\\sys\\bin\\recupgrade.dll");
    34 _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 _LIT(KUpgDllSourcePathArmv5, "Z:\\system\\data\\recupgrade_armv5_rel.dll");
       
    36 _LIT(KUprDllSourcePathArmv5, "Z:\\system\\data\\recupgrade2_armv5_rel.dll");
    35 _LIT8(KMimeUpgType,"mime/upg");
    37 _LIT8(KMimeUpgType,"mime/upg");
       
    38 _LIT8(KMimeUprType,"mime/upr");
    36 
    39 
    37 #define KUidUpgradeRecognizerValue 0xA000B461
    40 #define KUidUpgradeRecognizerValue 0xA000B461
    38 
    41 
    39 const TUid KUidUpgradeRecognizer={KUidUpgradeRecognizerValue};
    42 const TUid KUidUpgradeRecognizer={KUidUpgradeRecognizerValue};
    40 const TInt KNumUpgradeTypes=1;
    43 const TInt KNumUpgradeTypes=1;