|
1 // Copyright (c) 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 "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-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(KUprDocPath, "Z:\\system\\data\\TApsRecogUpgradeTest.upr"); |
|
29 _LIT(KUpgRscTargetDir,"C:\\resource\\plugins\\"); |
|
30 _LIT(KUpgDllTargetDir,"C:\\sys\\bin\\"); |
|
31 _LIT(KUpgRscSourcePath, "Z:\\system\\data\\recupgrade.rsc"); |
|
32 _LIT(KUprRscSourcePath, "Z:\\system\\data\\recupgrade2.rsc"); |
|
33 _LIT(KUpgRscTargetPath,"C:\\resource\\plugins\\recupgrade.rsc"); |
|
34 _LIT(KUpgDllTargetPath, "C:\\sys\\bin\\recupgrade.dll"); |
|
35 _LIT(KUpgDllSourcePathArmv5, "Z:\\system\\data\\recupgrade_armv5_rel.dll"); |
|
36 _LIT(KUprDllSourcePathArmv5, "Z:\\system\\data\\recupgrade2_armv5_rel.dll"); |
|
37 _LIT8(KMimeUpgType,"mime/upg"); |
|
38 _LIT8(KMimeUprType,"mime/upr"); |
|
39 |
|
40 #define KUidUpgradeRecognizerValue 0xA000B461 |
|
41 |
|
42 const TUid KUidUpgradeRecognizer={KUidUpgradeRecognizerValue}; |
|
43 const TInt KNumUpgradeTypes=1; |
|
44 |
|
45 #endif |