equal
deleted
inserted
replaced
|
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 checkbtpsyinromstep.h |
|
22 @internalTechnology |
|
23 */ |
|
24 #ifndef __CHECKBTPSYINROM_STEP_H__ |
|
25 #define __CHECKBTPSYINROM_STEP_H__ |
|
26 #include <test/TestExecuteStepBase.h> |
|
27 #include <lbs.h> |
|
28 #include <lbsCommon.h> |
|
29 #include "te_lbssisinstallstepbase.h" |
|
30 #include "te_lbssisinstalldefs.h" |
|
31 |
|
32 #ifdef SYMBIAN_FEATURE_MANAGER |
|
33 #include <featureuids.h> |
|
34 #include <featdiscovery.h> |
|
35 #endif |
|
36 |
|
37 class CCheckBTPSYinRomStep : public CTe_LbsSisInstallStepBase |
|
38 { |
|
39 public: |
|
40 CCheckBTPSYinRomStep(); |
|
41 ~CCheckBTPSYinRomStep(); |
|
42 virtual TVerdict doTestStepPreambleL(); |
|
43 virtual TVerdict doTestStepL(); |
|
44 virtual TVerdict doTestStepPostambleL(); |
|
45 |
|
46 private: |
|
47 void CheckBTPSYinRomL(); |
|
48 }; |
|
49 |
|
50 _LIT(KCheckBTPSYinRomStep,"CheckBTPSYinRomStep"); |
|
51 |
|
52 #endif //__CHECKBTPSYINROM_STEP_H__ |