|
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 "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 /** |
|
21 @file tdbsisinstallstep.h |
|
22 @internalTechnology |
|
23 */ |
|
24 #ifndef __CTDBTSISINSTALL_STEP_H__ |
|
25 #define __CTDBTSISINSTALL_STEP_H__ |
|
26 #include <test/TestExecuteStepBase.h> |
|
27 #include <lbs.h> |
|
28 #include <lbsCommon.h> |
|
29 #include <swi/launcher.h> |
|
30 #include "te_lbssisinstallstepbase.h" |
|
31 #include "te_lbssisinstalldefs.h" |
|
32 #include "tdbtsisui.h" |
|
33 |
|
34 class CTDBTSisInstallStep : public CTe_LbsSisInstallStepBase |
|
35 { |
|
36 public: |
|
37 CTDBTSisInstallStep(); |
|
38 ~CTDBTSisInstallStep(); |
|
39 virtual TVerdict doTestStepPreambleL(); |
|
40 virtual TVerdict doTestStepL(); |
|
41 virtual TVerdict doTestStepPostambleL(); |
|
42 |
|
43 // Please add/modify your class members here: |
|
44 private: |
|
45 void StartL(TInt aIndex); |
|
46 void SISInstallTestL(const TDesC& aSisPath); |
|
47 }; |
|
48 |
|
49 _LIT(KTDBTSisInstallStep,"SisInstallStep"); |
|
50 |
|
51 #endif //__CTDBTSISINSTALL_STEP_H__ |